From b2f192faabe412adce79534e22efe9fb69ee40e2 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 21 Jul 2006 10:10:31 +0000 Subject: Rename /openembedded/ -> /meta/ git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- .../gtk+/gtk+-2.6.4-1.osso7/gtkimcontext.h.diff | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 meta/packages/gtk+/gtk+-2.6.4-1.osso7/gtkimcontext.h.diff (limited to 'meta/packages/gtk+/gtk+-2.6.4-1.osso7/gtkimcontext.h.diff') diff --git a/meta/packages/gtk+/gtk+-2.6.4-1.osso7/gtkimcontext.h.diff b/meta/packages/gtk+/gtk+-2.6.4-1.osso7/gtkimcontext.h.diff new file mode 100644 index 0000000000..068d18a7d3 --- /dev/null +++ b/meta/packages/gtk+/gtk+-2.6.4-1.osso7/gtkimcontext.h.diff @@ -0,0 +1,29 @@ +--- gtk+-2.6.4/gtk/gtkimcontext.h 2002-10-11 01:18:36.000000000 +0300 ++++ gtk+-2.6.4/gtk/gtkimcontext.h 2005-04-06 16:19:36.815941488 +0300 +@@ -85,14 +85,15 @@ + gboolean (*get_surrounding) (GtkIMContext *context, + gchar **text, + gint *cursor_index); ++ void (*show) (GtkIMContext *context); ++ void (*hide) (GtkIMContext *context); ++ + + /* Padding for future expansion */ + void (*_gtk_reserved1) (void); + void (*_gtk_reserved2) (void); + void (*_gtk_reserved3) (void); + void (*_gtk_reserved4) (void); +- void (*_gtk_reserved5) (void); +- void (*_gtk_reserved6) (void); + }; + + GType gtk_im_context_get_type (void) G_GNUC_CONST; +@@ -122,6 +123,8 @@ + gboolean gtk_im_context_delete_surrounding (GtkIMContext *context, + gint offset, + gint n_chars); ++void gtk_im_context_show (GtkIMContext *context); ++void gtk_im_context_hide (GtkIMContext *context); + + #ifdef __cplusplus + } -- cgit v1.2.3-54-g00ecf