summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkx.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2010-12-20 15:52:49 +0100
committerMatthias Clasen <mclasen@redhat.com>2010-12-21 12:07:07 -0500
commitdd177b5201d2a718d7a684031cf22bc34ff1893c (patch)
tree86d6c5903ef9db91bd0a0aee1f44c916e80e5268 /gdk/x11/gdkx.h
parentebe46e6f9d1a8dcfe2ddd99a9049f2011bd5b437 (diff)
downloadgtk+-dd177b5201d2a718d7a684031cf22bc34ff1893c.tar.gz
x11: Move atom API into gdkx11property.h
Diffstat (limited to 'gdk/x11/gdkx.h')
-rw-r--r--gdk/x11/gdkx.h18
1 files changed, 1 insertions, 17 deletions
diff --git a/gdk/x11/gdkx.h b/gdk/x11/gdkx.h
index c3cea2d4a1..3f4af1fdbb 100644
--- a/gdk/x11/gdkx.h
+++ b/gdk/x11/gdkx.h
@@ -57,6 +57,7 @@
#include <gdk/x11/gdkx11cursor.h>
#include <gdk/x11/gdkx11display.h>
+#include <gdk/x11/gdkx11property.h>
#include <gdk/x11/gdkx11screen.h>
#include <gdk/x11/gdkx11selection.h>
#include <gdk/x11/gdkx11visual.h>
@@ -85,23 +86,6 @@ void gdk_x11_grab_server (void);
void gdk_x11_ungrab_server (void);
#endif
-
-/* Functions to get the X Atom equivalent to the GdkAtom */
-Atom gdk_x11_atom_to_xatom_for_display (GdkDisplay *display,
- GdkAtom atom);
-GdkAtom gdk_x11_xatom_to_atom_for_display (GdkDisplay *display,
- Atom xatom);
-Atom gdk_x11_get_xatom_by_name_for_display (GdkDisplay *display,
- const gchar *atom_name);
-G_CONST_RETURN gchar *gdk_x11_get_xatom_name_for_display (GdkDisplay *display,
- Atom xatom);
-#ifndef GDK_MULTIHEAD_SAFE
-Atom gdk_x11_atom_to_xatom (GdkAtom atom);
-GdkAtom gdk_x11_xatom_to_atom (Atom xatom);
-Atom gdk_x11_get_xatom_by_name (const gchar *atom_name);
-G_CONST_RETURN gchar *gdk_x11_get_xatom_name (Atom xatom);
-#endif
-
G_END_DECLS
#endif /* __GDK_X_H__ */