From 0dc60c6a44794354f84f57b6b01d274b963239fc Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Sun, 27 Jan 2008 11:30:57 +0000 Subject: [PATCH] Try to cover gnome panels. --- Source/OpenTK/Platform/X11/X11GLNative.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/OpenTK/Platform/X11/X11GLNative.cs b/Source/OpenTK/Platform/X11/X11GLNative.cs index c2409391..4b5613b0 100644 --- a/Source/OpenTK/Platform/X11/X11GLNative.cs +++ b/Source/OpenTK/Platform/X11/X11GLNative.cs @@ -249,6 +249,7 @@ namespace OpenTK.Platform.X11 DisableWindowDecorations(); pre_fullscreen_height = this.Height; pre_fullscreen_width = this.Width; + Functions.XRaiseWindow(API.DefaultDisplay, this.Handle); Functions.XMoveResizeWindow(API.DefaultDisplay, this.Handle, 0, 0, DisplayDevice.PrimaryDisplay.Width, DisplayDevice.PrimaryDisplay.Height); Debug.Unindent();