From 4752776ebf643619850bb6b1cb44ba734f5ebbcd Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Sun, 6 Apr 2014 15:19:04 -0400 Subject: [PATCH] ui: Don't add our filter function twice --- src/ui/ui.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ui/ui.c b/src/ui/ui.c index 822eff5cf..0c8149bcb 100644 --- a/src/ui/ui.c +++ b/src/ui/ui.c @@ -253,8 +253,6 @@ meta_ui_new (Display *xdisplay, gdisplay = gdk_x11_lookup_xdisplay (xdisplay); g_assert (gdisplay == gdk_display_get_default ()); - gdk_window_add_filter (NULL, ui_filter_func, NULL); - ui->frames = meta_frames_new (XScreenNumberOfScreen (screen)); /* GTK+ needs the frame-sync protocol to work in order to properly * handle style changes. This means that the dummy widget we create