Try to debug why gnome panels do not get hidden.
This commit is contained in:
parent
9623d405c3
commit
9275ab63fc
1 changed files with 3 additions and 3 deletions
|
@ -256,9 +256,9 @@ namespace OpenTK.Platform.X11
|
|||
DisableWindowDecorations();
|
||||
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,
|
||||
DisplayDevice.PrimaryDisplay.Width, DisplayDevice.PrimaryDisplay.Height);
|
||||
//Functions.XRaiseWindow(this.window.Display, this.Handle);
|
||||
Functions.XMoveResizeWindow(this.window.Display, this.Handle, 0, 0, this.Width, this.Height);
|
||||
//DisplayDevice.PrimaryDisplay.Width, DisplayDevice.PrimaryDisplay.Height);
|
||||
Debug.Unindent();
|
||||
fullscreen = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue