[mate-settings-daemon] 01/03: debian/patches: Drop 1001_request_keyboard_event_from_global_keybindings.diff. Applied upstream.
Martin Wimpress
flexiondotorg-guest at moszumanska.debian.org
Thu Oct 26 19:30:25 UTC 2017
This is an automated email from the git hooks/post-receive script.
flexiondotorg-guest pushed a commit to branch master
in repository mate-settings-daemon.
commit 8ee75dcc98438a10cbcf12c80c8534453fcfdf9c
Author: Martin Wimpress <martin.wimpress at ubuntu.com>
Date: Thu Oct 26 19:55:15 2017 +0100
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