Try to debug why gnome panels do not get hidden.

This commit is contained in:
the_fiddler 2008-01-27 16:01:38 +00:00
parent 337d260aad
commit 02cf500a2a

View file

@ -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;