[mate-settings-daemon] 01/03: debian/patches: Drop 1001_request_keyboard_event_from_global_keybindings.diff. Applied upstream.
Vangelis Mouhtsis
gnugr-guest at moszumanska.debian.org
Thu Oct 26 22:28:37 UTC 2017
This is an automated email from the git hooks/post-receive script.
gnugr-guest pushed a commit to branch parrot/3.7
in repository mate-settings-daemon.
commit 0f4a586866620bb1f123be6d394f2f2e86034f82
Author: Vangelis Mouhtsis <vangelis at gnugr.org>
Date: Fri Oct 27 01:22:20 2017 +0300
debian/patches: Drop 1001_request_keyboard_event_from_global_keybindings.diff. Applied upstream.
---
...est_keyboard_event_from_global_keybindings.diff | 27 ----------------------
debian/patches/series | 1 -
2 files changed, 28 deletions(-)
diff --git a/debian/patches/1001_request_keyboard_event_from_global_keybindings.diff b/debian/patches/1001_request_keyboard_event_from_global_keybindings.diff
deleted file mode 100644
index e6e7275..0000000
--- a/debian/patches/1001_request_keyboard_event_from_global_keybindings.diff
+++ /dev/null
@@ -1,27 +0,0 @@
-diff --git a/plugins/keybindings/msd-keybindings-manager.c b/plugins/keybindings/msd-keybindings-manager.c
-index 89ae0bc..f2a1c00 100644
---- a/plugins/keybindings/msd-keybindings-manager.c
-+++ b/plugins/keybindings/msd-keybindings-manager.c
-@@ -538,6 +538,7 @@ msd_keybindings_manager_start (MsdKeybindingsManager *manager,
- {
- GdkDisplay *dpy;
- GdkScreen *screen;
-+ GdkWindow *window;
- int screen_num;
- int i;
-
-@@ -549,9 +550,13 @@ msd_keybindings_manager_start (MsdKeybindingsManager *manager,
-
- for (i = 0; i < screen_num; i++) {
- screen = gdk_display_get_screen (dpy, i);
-- gdk_window_add_filter (gdk_screen_get_root_window (screen),
-+ window = gdk_screen_get_root_window(screen);
-+ gdk_window_add_filter (window,
- (GdkFilterFunc) keybindings_filter,
- manager);
-+ gdk_error_trap_push ();
-+ XSelectInput(GDK_DISPLAY_XDISPLAY(dpy), GDK_WINDOW_XID(window), KeyPressMask);
-+ gdk_error_trap_pop_ignored ();
- }
- manager->priv->screens = get_screens_list ();
-
diff --git a/debian/patches/series b/debian/patches/series
index 88a755a..6acb3f4 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
1000_global_menu_support.diff
-1001_request_keyboard_event_from_global_keybindings.diff
1002_fix-randr-applet-dying-on-restart.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/mate-settings-daemon.git
More information about the pkg-mate-commits
mailing list