diff --git a/Source/OpenTK/Platform/X11/X11GLNative.cs b/Source/OpenTK/Platform/X11/X11GLNative.cs index 949629cd..013d5cae 100644 --- a/Source/OpenTK/Platform/X11/X11GLNative.cs +++ b/Source/OpenTK/Platform/X11/X11GLNative.cs @@ -261,6 +261,7 @@ namespace OpenTK.Platform.X11 Functions.XMoveResizeWindow(API.DefaultDisplay, this.Handle, 0, 0, pre_fullscreen_width, pre_fullscreen_height); pre_fullscreen_height = pre_fullscreen_width = 0; + EnableWindowDecorations(); Debug.Unindent(); fullscreen = false; }