summaryrefslogtreecommitdiff
path: root/plugingui/nativewindow_x11.cc
diff options
context:
space:
mode:
Diffstat (limited to 'plugingui/nativewindow_x11.cc')
-rw-r--r--plugingui/nativewindow_x11.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugingui/nativewindow_x11.cc b/plugingui/nativewindow_x11.cc
index b579fb3..5d239ea 100644
--- a/plugingui/nativewindow_x11.cc
+++ b/plugingui/nativewindow_x11.cc
@@ -89,9 +89,6 @@ NativeWindowX11::NativeWindowX11(void* native_window, Window& window)
int count = sizeof(protocols)/sizeof(Atom);
XSetWMProtocols(display, xwindow, protocols, count);
- // "Map" the window (that is, make it appear on the screen)
- XMapWindow(display, xwindow);
-
// Create a "Graphics Context"
gc = XCreateGC(display, xwindow, 0, nullptr);
}