From 109166d92843bb1eb8388cb8af40a5c4c2429da1 Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Sun, 27 Jan 2008 16:01:38 +0000 Subject: [PATCH] Try to debug why gnome panels do not get hidden. --- Source/OpenTK/Platform/X11/X11GLNative.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/OpenTK/Platform/X11/X11GLNative.cs b/Source/OpenTK/Platform/X11/X11GLNative.cs index 1cf461a2..a02361ce 100644 --- a/Source/OpenTK/Platform/X11/X11GLNative.cs +++ b/Source/OpenTK/Platform/X11/X11GLNative.cs @@ -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;