Some struct repacking
Save a few bytes here and there.
This commit is contained in:
@ -64,8 +64,6 @@ struct _GdkWindowImplX11
|
||||
|
||||
Window xid;
|
||||
|
||||
gint window_scale;
|
||||
|
||||
GdkToplevelX11 *toplevel; /* Toplevel-specific information */
|
||||
GdkCursor *cursor;
|
||||
GHashTable *device_cursor;
|
||||
@ -76,6 +74,8 @@ struct _GdkWindowImplX11
|
||||
guint frame_clock_connected : 1;
|
||||
guint frame_sync_enabled : 1;
|
||||
|
||||
gint window_scale;
|
||||
|
||||
cairo_surface_t *cairo_surface;
|
||||
|
||||
#if defined (HAVE_XCOMPOSITE) && defined(HAVE_XDAMAGE) && defined (HAVE_XFIXES)
|
||||
|
||||
Reference in New Issue
Block a user