forked from AuroraMiddleware/gtk
Move bitfield in GdkWindowImplX11 to make struct more compact
This commit is contained in:
parent
a6e647863d
commit
1cc4712ea1
@ -58,11 +58,11 @@ struct _GdkWindowImplX11
|
||||
{
|
||||
GdkDrawableImplX11 parent_instance;
|
||||
|
||||
guint no_bg : 1; /* Set when the window background is temporarily
|
||||
* unset during resizing and scaling */
|
||||
GdkToplevelX11 *toplevel; /* Toplevel-specific information */
|
||||
GdkCursor *cursor;
|
||||
gint8 toplevel_window_type;
|
||||
guint no_bg : 1; /* Set when the window background is temporarily
|
||||
* unset during resizing and scaling */
|
||||
guint override_redirect : 1;
|
||||
guint use_synchronized_configure : 1;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user