summaryrefslogtreecommitdiffstats
path: root/libraries/gtkextra/gtkextra_gtk2.21.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/gtkextra/gtkextra_gtk2.21.patch')
-rw-r--r--libraries/gtkextra/gtkextra_gtk2.21.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/libraries/gtkextra/gtkextra_gtk2.21.patch b/libraries/gtkextra/gtkextra_gtk2.21.patch
new file mode 100644
index 0000000000..9d49968bcb
--- /dev/null
+++ b/libraries/gtkextra/gtkextra_gtk2.21.patch
@@ -0,0 +1,27 @@
+--- gtk+extra-2.1.2/gtkextra/gtkitementry.c 2010-03-13 02:49:00.000000000 -0300
++++ gtk+extra-2.1.2_patched/gtkextra/gtkitementry.c 2011-03-09 00:29:54.000000000 -0300
+@@ -131,7 +131,6 @@
+ static PangoLayout *gtk_entry_ensure_layout (GtkEntry *entry,
+ gboolean include_preedit);
+ static void gtk_entry_queue_draw (GtkEntry *entry);
+-static void gtk_entry_reset_im_context (GtkEntry *entry);
+ static void gtk_entry_recompute (GtkEntry *entry);
+ static void gtk_entry_get_cursor_locations (GtkEntry *entry,
+ CursorType type,
+@@ -1755,16 +1754,6 @@
+ }
+
+ static void
+-gtk_entry_reset_im_context (GtkEntry *entry)
+-{
+- if (entry->need_im_reset)
+- {
+- entry->need_im_reset = 0;
+- gtk_im_context_reset (entry->im_context);
+- }
+-}
+-
+-static void
+ gtk_entry_get_cursor_locations (GtkEntry *entry,
+ CursorType type,
+ gint *strong_x,