diff options
author | B. Stack <bgstack15@gmail.com> | 2021-08-18 15:24:42 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2021-08-18 15:24:42 -0400 |
commit | 76447c4a5b6c31f9aec0834353e017eeae77f9c4 (patch) | |
tree | ec9b6ee857805269eae8a63ea89acf3e1bf3a21f /other__mnemonics-delay.patch | |
parent | Update to 3.24.29 (diff) | |
download | gtk3-classic-build-gtk3-76447c4a5b6c31f9aec0834353e017eeae77f9c4.tar.gz gtk3-classic-build-gtk3-76447c4a5b6c31f9aec0834353e017eeae77f9c4.tar.bz2 gtk3-classic-build-gtk3-76447c4a5b6c31f9aec0834353e017eeae77f9c4.zip |
3.24.29 for fc33
Diffstat (limited to 'other__mnemonics-delay.patch')
-rw-r--r-- | other__mnemonics-delay.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/other__mnemonics-delay.patch b/other__mnemonics-delay.patch new file mode 100644 index 0000000..54fb510 --- /dev/null +++ b/other__mnemonics-delay.patch @@ -0,0 +1,13 @@ +Index: b/gtk/gtkwindow.c +=================================================================== +--- a/gtk/gtkwindow.c ++++ b/gtk/gtkwindow.c +@@ -147,7 +147,7 @@ + * 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 |