diff options
Diffstat (limited to 'views/window')
-rw-r--r-- | views/window/window_gtk.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/window/window_gtk.cc b/views/window/window_gtk.cc index 087bf11..8363a66 100644 --- a/views/window/window_gtk.cc +++ b/views/window/window_gtk.cc @@ -199,7 +199,7 @@ void WindowGtk::Init(const gfx::Rect& bounds) { // BecomeModal(); } - WidgetGtk::Init(bounds, true); + WidgetGtk::Init(NULL, bounds, true); // Create the ClientView, add it to the NonClientView and add the // NonClientView to the RootView. This will cause everything to be parented. |