Some struct repacking

Save a few bytes here and there.
This commit is contained in:
Matthias Clasen
2014-01-12 09:39:23 -05:00
parent 2871c41d51
commit 5657b805d7
3 changed files with 14 additions and 13 deletions

View File

@ -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)