Try to debug why gnome panels do not get hidden.
This commit is contained in:
parent
337d260aad
commit
02cf500a2a
1 changed files with 1 additions and 1 deletions
|
@ -257,7 +257,7 @@ namespace OpenTK.Platform.X11
|
|||
pre_fullscreen_height = this.Height;
|
||||
pre_fullscreen_width = this.Width;
|
||||
//Functions.XRaiseWindow(this.window.Display, this.Handle);
|
||||
Functions.XMoveResizeWindow(this.window.Display, this.Handle, 0, 0, this.Width, this.Height);
|
||||
Functions.XMoveResizeWindow(this.window.Display, this.Handle, 0, 25, this.Width, this.Height);
|
||||
//DisplayDevice.PrimaryDisplay.Width, DisplayDevice.PrimaryDisplay.Height);
|
||||
Debug.Unindent();
|
||||
fullscreen = true;
|
||||
|
|
Loading…
Reference in a new issue