summaryrefslogtreecommitdiff
path: root/src/frame.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/frame.cc')
-rw-r--r--src/frame.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/frame.cc b/src/frame.cc
index 388dcea6..1fed1768 100644
--- a/src/frame.cc
+++ b/src/frame.cc
@@ -412,6 +412,8 @@ void OBFrame::grabClient()
XUngrabServer(otk::OBDisplay::display);
update();
+
+ XMapWindow(otk::OBDisplay::display, _window);
}