Re-enable decorations on windowed mode.

This commit is contained in:
the_fiddler 2008-01-27 10:29:28 +00:00
parent 50bc64d55e
commit ab1bac702a

View file

@ -261,6 +261,7 @@ namespace OpenTK.Platform.X11
Functions.XMoveResizeWindow(API.DefaultDisplay, this.Handle, 0, 0, Functions.XMoveResizeWindow(API.DefaultDisplay, this.Handle, 0, 0,
pre_fullscreen_width, pre_fullscreen_height); pre_fullscreen_width, pre_fullscreen_height);
pre_fullscreen_height = pre_fullscreen_width = 0; pre_fullscreen_height = pre_fullscreen_width = 0;
EnableWindowDecorations();
Debug.Unindent(); Debug.Unindent();
fullscreen = false; fullscreen = false;
} }