aboutsummarylogtreecommitdiffstats
path: root/other__mnemonics-delay.patch
blob: ba660025ee392a7026733cb6a130d28414ec95a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff -U 5 -r -Z -B ./org/gtk/gtkwindow.c ./mod/gtk/gtkwindow.c
--- ./org/gtk/gtkwindow.c	2017-07-19 04:55:39.000000000 +0200
+++ ./mod/gtk/gtkwindow.c	2017-07-30 13:27:20.190134408 +0200
@@ -149,11 +149,11 @@
  *
  * GtkWindow adds the .titlebar and .default-decoration style classes to the
  * widget that is added as a titlebar child.
  */
 
-#define MNEMONICS_DELAY 300 /* ms */
+#define MNEMONICS_DELAY 0 /* ms */
 #define NO_CONTENT_CHILD_NAT 200
 /* In case the content (excluding header bar and shadows) of the window
  * would be empty, either because there is no visible child widget or only an
  * empty container widget, we use NO_CONTENT_CHILD_NAT as natural width/height
  * instead.