[gtk+] GdkWindowImplX11: Struct packing improvements



commit 611a67b350b87a1838c06583dd0b98a25ab67fe7
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Apr 12 10:39:14 2011 -0400

    GdkWindowImplX11: Struct packing improvements

 gdk/x11/gdkwindow-x11.h |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gdk/x11/gdkwindow-x11.h b/gdk/x11/gdkwindow-x11.h
index 5a50464..b58a31b 100644
--- a/gdk/x11/gdkwindow-x11.h
+++ b/gdk/x11/gdkwindow-x11.h
@@ -71,11 +71,11 @@ struct _GdkWindowImplX11
   GHashTable *device_cursor;
 
   gint8 toplevel_window_type;
-  guint no_bg : 1;	        /* Set when the window background is temporarily
-				 * unset during resizing and scaling */
+  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;
-  
+
   cairo_surface_t *cairo_surface;
 
 #if defined (HAVE_XCOMPOSITE) && defined(HAVE_XDAMAGE) && defined (HAVE_XFIXES)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]