Track viewable for GdkWindow

This commit is contained in:
Alexander Larsson
2009-07-18 20:29:50 +02:00
parent 7efa439fb3
commit aa8693f2cb
7 changed files with 61 additions and 16 deletions

View File

@ -969,6 +969,7 @@ _gdk_windowing_window_init (void)
private->state = 0; /* We don't want GDK_WINDOW_STATE_WITHDRAWN here */
private->window_type = GDK_WINDOW_ROOT;
private->depth = 24;
private->viewable = TRUE;
drawable_impl = GDK_DRAWABLE_IMPL_QUARTZ (private->impl);