]> Pileus Git - ~andy/gtk/blobdiff - gdk/win32/gdkwindow-win32.h
Remove dubious bitfields of unspecified signedness. (#112919, Morten
[~andy/gtk] / gdk / win32 / gdkwindow-win32.h
index 6194ba1faf74b1d5f40a04c18beb754413c7fcac..aeb4bf606ee4fd984251699a6908b62b8bbe9ef5 100644 (file)
@@ -43,9 +43,9 @@ struct _GdkWin32PositionInfo
   gint height;
   gint x_offset;               /* Offsets to add to Win32 coordinates */
   gint y_offset;               /* within window to get GDK coodinates */
-  gboolean big : 1;
-  gboolean mapped : 1;
-  gboolean no_bg : 1;          /* Set when the window background
+  guint big : 1;
+  guint mapped : 1;
+  guint no_bg : 1;             /* Set when the window background
                                 * is temporarily unset during resizing
                                 * and scaling
                                 */