summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkprivate-x11.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2013-02-18 16:59:06 +0100
committerBenjamin Otte <otte@redhat.com>2013-02-19 14:33:39 +0100
commit13eeb6ca33c1fb7e4d80b3e4b560a521741b5a1f (patch)
treea46b8b80d1bbce31954592646bf85b1335243a4c /gdk/x11/gdkprivate-x11.h
parentb2043511eedbba93336c4b46c74a31e24f9d6452 (diff)
downloadgtk+-13eeb6ca33c1fb7e4d80b3e4b560a521741b5a1f.tar.gz
x11: Introduce _gdk_x11_get_xatom_for_display_printf()
and use it instead of caching the atom in the GdkScreenX11.
Diffstat (limited to 'gdk/x11/gdkprivate-x11.h')
-rw-r--r--gdk/x11/gdkprivate-x11.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdk/x11/gdkprivate-x11.h b/gdk/x11/gdkprivate-x11.h
index 9d127dc97e..0701616aeb 100644
--- a/gdk/x11/gdkprivate-x11.h
+++ b/gdk/x11/gdkprivate-x11.h
@@ -297,6 +297,10 @@ void _gdk_x11_precache_atoms (GdkDisplay *display,
const gchar * const *atom_names,
gint n_atoms);
+Atom _gdk_x11_get_xatom_for_display_printf (GdkDisplay *display,
+ const gchar *format,
+ ...) G_GNUC_PRINTF (2, 3);
+
GdkFilterReturn
_gdk_x11_dnd_filter (GdkXEvent *xev,
GdkEvent *event,