diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-04-21 21:04:35 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-04-21 21:04:35 +0000 |
| commit | 3f2d342de80d819f5a40b6af1e4cc5478429e6be (patch) | |
| tree | ee60c0b14202c659e4e767424f316894c50c42d0 /openbox/screen.c | |
| parent | d713bdf4623aa46676f95d1f38618b219ea5d9c9 (diff) | |
hide focus debugging messages
Diffstat (limited to 'openbox/screen.c')
| -rw-r--r-- | openbox/screen.c | 2 |
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); |
