forked from AuroraMiddleware/gtk
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:
parent
d9d1a36c59
commit
9b9a5bcee6
@ -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>
|
2006-02-20 Tor Lillqvist <tml@novell.com>
|
||||||
|
|
||||||
* gdk/win32/gdkfont-win32.c: Replace all calls to g_strcasecmp()
|
* gdk/win32/gdkfont-win32.c: Replace all calls to g_strcasecmp()
|
||||||
|
@ -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>
|
2006-02-20 Tor Lillqvist <tml@novell.com>
|
||||||
|
|
||||||
* gdk/win32/gdkfont-win32.c: Replace all calls to g_strcasecmp()
|
* gdk/win32/gdkfont-win32.c: Replace all calls to g_strcasecmp()
|
||||||
|
@ -152,6 +152,9 @@ struct _GdkDisplayX11
|
|||||||
guint motif_atoms_precached : 1;
|
guint motif_atoms_precached : 1;
|
||||||
guint use_sync : 1;
|
guint use_sync : 1;
|
||||||
|
|
||||||
|
guint have_shapes : 1;
|
||||||
|
guint have_input_shapes : 1;
|
||||||
|
|
||||||
/* Alpha mask picture format */
|
/* Alpha mask picture format */
|
||||||
XRenderPictFormat *mask_format;
|
XRenderPictFormat *mask_format;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user