summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbert Astals Cid2021-03-19 11:12:27 +0100
committerAlbert Astals Cid2021-03-19 11:12:27 +0100
commit1fca3b7a447e7e856aaf4c1eeb165247a767cccf (patch)
tree15358a12db39f2f2102941d0c84057326b738eb6
parente5d46608604b4b015154a03df0fa7772613d3343 (diff)
downloadaur-1fca3b7a447e7e856aaf4c1eeb165247a767cccf.tar.gz
Update patch to new gtk code
just spacing and line changes
-rw-r--r--no_deadkeys_underline.patch18
1 files changed, 9 insertions, 9 deletions
diff --git a/no_deadkeys_underline.patch b/no_deadkeys_underline.patch
index a428b3006f32..08813e0a18fd 100644
--- a/no_deadkeys_underline.patch
+++ b/no_deadkeys_underline.patch
@@ -1,13 +1,13 @@
diff --git a/gtk/gtkimcontextsimple.c b/gtk/gtkimcontextsimple.c
-index 39a659edda..52847a0602 100644
+index cfbaecf3f6..ff3a03d64c 100644
--- a/gtk/gtkimcontextsimple.c
+++ b/gtk/gtkimcontextsimple.c
-@@ -922,7 +922,7 @@ gtk_im_context_simple_get_preedit_string (GtkIMContext *context,
- gunichar ch;
- gboolean need_space;
+@@ -954,7 +954,7 @@ gtk_im_context_simple_get_preedit_string (GtkIMContext *context,
+ gunichar ch;
+ gboolean need_space;
-- if (GDK_KEY_dead_grave <= priv->compose_buffer[i] && priv->compose_buffer[i] <= GDK_KEY_dead_greek)
-+ if (FALSE && GDK_KEY_dead_grave <= priv->compose_buffer[i] && priv->compose_buffer[i] <= GDK_KEY_dead_greek)
- {
- /* Sadly, not all the dead keysyms have spacing mark equivalents
- * in Unicode. For those that don't, we use space + the non-spacing
+- if (GDK_KEY_dead_grave <= priv->compose_buffer[i] && priv->compose_buffer[i] <= GDK_KEY_dead_greek)
++ if (FALSE && GDK_KEY_dead_grave <= priv->compose_buffer[i] && priv->compose_buffer[i] <= GDK_KEY_dead_greek)
+ {
+ /* Sadly, not all the dead keysyms have spacing mark equivalents
+ * in Unicode. For those that don't, we use space + the non-spacing