summaryrefslogtreecommitdiff
path: root/openbox/screen.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-04-21 21:04:35 +0000
committerDana Jansens <danakj@orodu.net>2007-04-21 21:04:35 +0000
commit3f2d342de80d819f5a40b6af1e4cc5478429e6be (patch)
treeee60c0b14202c659e4e767424f316894c50c42d0 /openbox/screen.c
parentd713bdf4623aa46676f95d1f38618b219ea5d9c9 (diff)
hide focus debugging messages
Diffstat (limited to 'openbox/screen.c')
-rw-r--r--openbox/screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/screen.c b/openbox/screen.c
index 1705fa89..5f0ef0e7 100644
--- a/openbox/screen.c
+++ b/openbox/screen.c
@@ -166,7 +166,7 @@ gboolean screen_annex()
CopyFromParent, InputOutput,
CopyFromParent,
CWOverrideRedirect, &attrib);
- XMapRaised(ob_display, screen_support_win);
+ XMapWindow(ob_display, screen_support_win);
if (!replace_wm()) {
XDestroyWindow(ob_display, screen_support_win);