forked from AuroraMiddleware/gtk
Fixed GDK_INPUT_ONLY window type. -Jay
This commit is contained in:
parent
84cf918177
commit
3f44ca9487
@ -224,7 +224,7 @@ gdk_window_new (GdkWindow *parent,
|
||||
}
|
||||
else
|
||||
{
|
||||
depth = 1;
|
||||
depth = 0;
|
||||
class = InputOnly;
|
||||
colormap = NULL;
|
||||
}
|
||||
|
@ -224,7 +224,7 @@ gdk_window_new (GdkWindow *parent,
|
||||
}
|
||||
else
|
||||
{
|
||||
depth = 1;
|
||||
depth = 0;
|
||||
class = InputOnly;
|
||||
colormap = NULL;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user