mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-26 04:35:38 +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,
|
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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue