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.
This commit is contained in:
Michael Natterer 2006-02-20 09:49:49 +00:00 committed by Michael Natterer
parent d9d1a36c59
commit 9b9a5bcee6
3 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,8 @@
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.
2006-02-20 Tor Lillqvist <tml@novell.com>
* gdk/win32/gdkfont-win32.c: Replace all calls to g_strcasecmp()

View File

@ -1,3 +1,8 @@
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.
2006-02-20 Tor Lillqvist <tml@novell.com>
* gdk/win32/gdkfont-win32.c: Replace all calls to g_strcasecmp()

View File

@ -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;
};