mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-05-30 12:27:04 +00:00
Try to debug why gnome panels do not get hidden.
This commit is contained in:
parent
9623d405c3
commit
9275ab63fc
|
@ -256,9 +256,9 @@ namespace OpenTK.Platform.X11
|
||||||
DisableWindowDecorations();
|
DisableWindowDecorations();
|
||||||
pre_fullscreen_height = this.Height;
|
pre_fullscreen_height = this.Height;
|
||||||
pre_fullscreen_width = this.Width;
|
pre_fullscreen_width = this.Width;
|
||||||
Functions.XRaiseWindow(this.window.Display, this.Handle);
|
//Functions.XRaiseWindow(this.window.Display, this.Handle);
|
||||||
Functions.XMoveResizeWindow(this.window.Display, this.Handle, 0, 0,
|
Functions.XMoveResizeWindow(this.window.Display, this.Handle, 0, 0, this.Width, this.Height);
|
||||||
DisplayDevice.PrimaryDisplay.Width, DisplayDevice.PrimaryDisplay.Height);
|
//DisplayDevice.PrimaryDisplay.Width, DisplayDevice.PrimaryDisplay.Height);
|
||||||
Debug.Unindent();
|
Debug.Unindent();
|
||||||
fullscreen = true;
|
fullscreen = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue