]> Pileus Git - ~andy/gtk/commitdiff
Fixed GDK_INPUT_ONLY window type. -Jay
authorJay Painter <jpaint@src.gnome.org>
Sat, 17 Jan 1998 23:35:52 +0000 (23:35 +0000)
committerJay Painter <jpaint@src.gnome.org>
Sat, 17 Jan 1998 23:35:52 +0000 (23:35 +0000)
gdk/gdkwindow.c
gdk/x11/gdkwindow-x11.c

index f68eb02f90e63274a37846af67f32a0529c7c272..e13ce6df04d891628ce67aa446704e962f0c5243 100644 (file)
@@ -224,7 +224,7 @@ gdk_window_new (GdkWindow     *parent,
     }
   else
     {
-      depth = 1;
+      depth = 0;
       class = InputOnly;
       colormap = NULL;
     }
index f68eb02f90e63274a37846af67f32a0529c7c272..e13ce6df04d891628ce67aa446704e962f0c5243 100644 (file)
@@ -224,7 +224,7 @@ gdk_window_new (GdkWindow     *parent,
     }
   else
     {
-      depth = 1;
+      depth = 0;
       class = InputOnly;
       colormap = NULL;
     }