Re-enable decorations on windowed mode.
This commit is contained in:
parent
bae8d5ba49
commit
42feedb851
1 changed files with 1 additions and 0 deletions
|
@ -261,6 +261,7 @@ namespace OpenTK.Platform.X11
|
|||
Functions.XMoveResizeWindow(API.DefaultDisplay, this.Handle, 0, 0,
|
||||
pre_fullscreen_width, pre_fullscreen_height);
|
||||
pre_fullscreen_height = pre_fullscreen_width = 0;
|
||||
EnableWindowDecorations();
|
||||
Debug.Unindent();
|
||||
fullscreen = false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue