summaryrefslogtreecommitdiff
path: root/gdk
diff options
context:
space:
mode:
authorMichael Natterer <mitch@imendio.com>2006-02-20 09:49:49 +0000
committerMichael Natterer <mitch@src.gnome.org>2006-02-20 09:49:49 +0000
commit9b9a5bcee64ccdccf15a292007db63ef7d7fa8ff (patch)
tree1ec4e68c85a0fed9495cdb7faf06cdac410e778c /gdk
parentd9d1a36c5911512cff575435c84828dc89aafcbe (diff)
downloadgtk+-9b9a5bcee64ccdccf15a292007db63ef7d7fa8ff.tar.gz
adding boolean have_shapes and have_input_shapes members fixes the build.
2006-02-20 Michael Natterer <mitch@imendio.com> * gdk/x11/gdkdisplay-x11.h (struct _GdkDisplayX11): adding boolean have_shapes and have_input_shapes members fixes the build.
Diffstat (limited to 'gdk')
-rw-r--r--gdk/x11/gdkdisplay-x11.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdk/x11/gdkdisplay-x11.h b/gdk/x11/gdkdisplay-x11.h
index 24f317788f..36defc8d98 100644
--- a/gdk/x11/gdkdisplay-x11.h
+++ b/gdk/x11/gdkdisplay-x11.h
@@ -152,6 +152,9 @@ struct _GdkDisplayX11
guint motif_atoms_precached : 1;
guint use_sync : 1;
+ guint have_shapes : 1;
+ guint have_input_shapes : 1;
+
/* Alpha mask picture format */
XRenderPictFormat *mask_format;
};