[gtk+/client-side-windows: 206/284] Move bitfield in GdkWindowImplX11 to make struct more compact
- From: Alexander Larsson <alexl src gnome org>
- To: svn-commits-list gnome org
- Subject: [gtk+/client-side-windows: 206/284] Move bitfield in GdkWindowImplX11 to make struct more compact
- Date: Thu, 2 Apr 2009 14:17:14 -0400 (EDT)
commit 1cc4712ea15c247479a89f91fd763a9c942e084b
Author: Alexander Larsson <alexl redhat com>
Date: Fri Jan 30 12:24:24 2009 +0100
Move bitfield in GdkWindowImplX11 to make struct more compact
---
gdk/x11/gdkwindow-x11.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gdk/x11/gdkwindow-x11.h b/gdk/x11/gdkwindow-x11.h
index 0ff1b43..9a7f2ae 100644
--- a/gdk/x11/gdkwindow-x11.h
+++ b/gdk/x11/gdkwindow-x11.h
@@ -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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]