mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-12 20:55:37 +00:00
Try to cover gnome panels.
This commit is contained in:
parent
e6e27ea3ea
commit
1b5156e216
|
@ -249,6 +249,7 @@ namespace OpenTK.Platform.X11
|
|||
DisableWindowDecorations();
|
||||
pre_fullscreen_height = this.Height;
|
||||
pre_fullscreen_width = this.Width;
|
||||
Functions.XRaiseWindow(API.DefaultDisplay, this.Handle);
|
||||
Functions.XMoveResizeWindow(API.DefaultDisplay, this.Handle, 0, 0,
|
||||
DisplayDevice.PrimaryDisplay.Width, DisplayDevice.PrimaryDisplay.Height);
|
||||
Debug.Unindent();
|
||||
|
|
Loading…
Reference in a new issue