Fixed GDK_INPUT_ONLY window type. -Jay

This commit is contained in:
Jay Painter 1998-01-17 23:35:52 +00:00
parent 84cf918177
commit 3f44ca9487
2 changed files with 2 additions and 2 deletions

View File

@ -224,7 +224,7 @@ gdk_window_new (GdkWindow *parent,
}
else
{
depth = 1;
depth = 0;
class = InputOnly;
colormap = NULL;
}

View File

@ -224,7 +224,7 @@ gdk_window_new (GdkWindow *parent,
}
else
{
depth = 1;
depth = 0;
class = InputOnly;
colormap = NULL;
}