mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-25 16:55:28 +00:00
Re-enable decorations on windowed mode.
This commit is contained in:
parent
50bc64d55e
commit
ab1bac702a
|
@ -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