aboutsummarylogtreecommitdiffstats
path: root/p__other__mnemonics-delay.patch
diff options
context:
space:
mode:
authorTomasz Gąsior2017-06-19 20:52:15 +0200
committerTomasz Gąsior2017-06-19 20:55:20 +0200
commitf64ebcbb4fc8477cfaa41baa4ca4ee50afe3c8fc (patch)
treebfd851e930bba0e88e248ab33078e798940e4512 /p__other__mnemonics-delay.patch
parent7ac5f69bb11c10bf1f64424f3512f15ab2468ac1 (diff)
downloadaur-f64ebcbb4fc8477cfaa41baa4ca4ee50afe3c8fc.tar.gz
Patches modified. File chooser icons changed.
- Patches are divided into more files. - File chooser uses colorized icons instead symbolic. - Application menu icons is changed. - "smaller-adwaita.css" stylesheet is appended into "gtk-contained.css" instead "gtk.css".
Diffstat (limited to 'p__other__mnemonics-delay.patch')
-rw-r--r--p__other__mnemonics-delay.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/p__other__mnemonics-delay.patch b/p__other__mnemonics-delay.patch
new file mode 100644
index 000000000000..e2dfe600e657
--- /dev/null
+++ b/p__other__mnemonics-delay.patch
@@ -0,0 +1,26 @@
+diff -U 10 -r -Z -B ./org/gtk/gtkwindow.c ./mod/gtk/gtkwindow.c
+--- ./org/gtk/gtkwindow.c 2017-05-11 21:09:33.000000000 +0200
++++ ./mod/gtk/gtkwindow.c 2017-06-18 20:11:44.443628389 +0200
+@@ -144,21 +144,21 @@
+ * without invisible borders), .ssd (used by mutter when rendering server-side
+ * decorations). GtkWindow also represents window states with the following
+ * style classes on the main node: .tiled, .maximized, .fullscreen. Specialized
+ * types of window often add their own discriminating style classes, such as
+ * .popup or .tooltip.
+ *
+ * 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.
+ */
+
+ typedef struct _GtkWindowPopover GtkWindowPopover;
+
+ struct _GtkWindowPopover