mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-26 04:05:36 +00:00
Try to cover gnome panels.
This commit is contained in:
parent
a60ffb6c61
commit
0dc60c6a44
|
@ -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