forked from AuroraMiddleware/gtk
Avoid an uninitialized variable access
This commit is contained in:
parent
945e7a08f3
commit
137e6f4d5f
@ -92,6 +92,7 @@ test_type (gconstpointer data)
|
||||
else if (g_type_is_a (type, GDK_TYPE_WINDOW))
|
||||
{
|
||||
GdkWindowAttr attributes;
|
||||
attributes.wclass = GDK_INPUT_OUTPUT;
|
||||
attributes.window_type = GDK_WINDOW_TEMP;
|
||||
attributes.event_mask = 0;
|
||||
attributes.width = 100;
|
||||
|
Loading…
Reference in New Issue
Block a user