diff options
author | Benjamin Otte <otte@redhat.com> | 2013-04-15 15:40:55 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2013-04-15 15:43:27 +0200 |
commit | aa9e974c866e32c5573da3d364c72dd5e016d47a (patch) | |
tree | 88d43c63fdeba8dd54bd216e0bc77d08c33373a9 /gdk/gdkprivate.h | |
parent | a489f69e009644717aad8df74397b669f5f3fbb2 (diff) | |
download | gtk+-aa9e974c866e32c5573da3d364c72dd5e016d47a.tar.gz |
gdk: Make atoms handled generically
This is another step towards making GdkDisplayManager backend-agnostic.
Most of the backends profit from this as their atom implementations
where generic anyway - x11 needed that to allow multiple X displays and
broadway, quartz and wayland don't have the concept of displays.
The X11 backend still did things, so I only #if 0'd some code but did
not actually update anything.
Diffstat (limited to 'gdk/gdkprivate.h')
-rw-r--r-- | gdk/gdkprivate.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdk/gdkprivate.h b/gdk/gdkprivate.h index 7cf006aa49..c2902b8ae0 100644 --- a/gdk/gdkprivate.h +++ b/gdk/gdkprivate.h @@ -29,6 +29,8 @@ G_BEGIN_DECLS +const char * _gdk_atom_name_const (GdkAtom atom); + void gdk_window_destroy_notify (GdkWindow *window); void gdk_synthesize_window_state (GdkWindow *window, |