summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkwindow-x11.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-01-12 09:39:23 -0500
committerMatthias Clasen <mclasen@redhat.com>2014-01-12 22:25:19 -0500
commit5657b805d755f507f7b76b13cae60d75f5452e94 (patch)
tree968c8068c928eab63ffb8abb2681b359801b0822 /gdk/x11/gdkwindow-x11.h
parent2871c41d51dccf1fb55ee01d49f20988147027df (diff)
downloadgtk+-5657b805d755f507f7b76b13cae60d75f5452e94.tar.gz
Some struct repacking
Save a few bytes here and there.
Diffstat (limited to 'gdk/x11/gdkwindow-x11.h')
-rw-r--r--gdk/x11/gdkwindow-x11.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk/x11/gdkwindow-x11.h b/gdk/x11/gdkwindow-x11.h
index 92db3d8192..d66e8740f7 100644
--- a/gdk/x11/gdkwindow-x11.h
+++ b/gdk/x11/gdkwindow-x11.h
@@ -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)