summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkapplaunchcontext-x11.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2018-02-07 00:00:01 -0500
committerMatthias Clasen <mclasen@redhat.com>2018-02-07 15:12:03 -0500
commit89f6b8751e79ba597fcbd8292df377fa98a7319f (patch)
tree99f73b7d9b9d5c0c32ad6c34d3746ea12e836153 /gdk/x11/gdkapplaunchcontext-x11.c
parent65beb0fc222662028b969085bb6e6cc30f263e10 (diff)
downloadgtk+-89f6b8751e79ba597fcbd8292df377fa98a7319f.tar.gz
Remove gdk_window_add_filter
Drop the public filtering API. The x11 backend already has the ::xevent signal as replacement. The win32 backend needs a similar signal to replace filtering. Reshuffle header inclusions in the x11 backend a little bit to avoid a cyclic inclusion between gdkprivate-x11.h and gdkdisplay-x11.h that is otherwise causing problems.
Diffstat (limited to 'gdk/x11/gdkapplaunchcontext-x11.c')
-rw-r--r--gdk/x11/gdkapplaunchcontext-x11.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdk/x11/gdkapplaunchcontext-x11.c b/gdk/x11/gdkapplaunchcontext-x11.c
index 6019bbcf74..bc66023fd6 100644
--- a/gdk/x11/gdkapplaunchcontext-x11.c
+++ b/gdk/x11/gdkapplaunchcontext-x11.c
@@ -24,6 +24,7 @@
#include "gdkapplaunchcontextprivate.h"
#include "gdkintl.h"
#include "gdkprivate-x11.h"
+#include "gdkdisplay-x11.h"
#include <glib.h>
#include <gio/gdesktopappinfo.h>