Update the window size after getting windowDidResize

This commit is contained in:
Richard Hult 2009-01-07 21:26:55 +01:00 committed by Alexander Larsson
parent e7eb75c0ca
commit 036e045d53

View File

@ -170,6 +170,8 @@
[[self contentView] setFrame:NSMakeRect (0, 0, private->width, private->height)];
_gdk_window_update_size (window);
/* Synthesize a configure event */
event = gdk_event_new (GDK_CONFIGURE);
event->configure.window = g_object_ref (window);