summaryrefslogtreecommitdiff
path: root/openbox/popup.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/popup.c')
-rw-r--r--openbox/popup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/popup.c b/openbox/popup.c
index ba1aed0b..cc4a605d 100644
--- a/openbox/popup.c
+++ b/openbox/popup.c
@@ -42,7 +42,7 @@ Popup *popup_new(gboolean hasicon)
self->a_bg = self->a_icon = self->a_text = NULL;
attrib.override_redirect = True;
- self->bg = XCreateWindow(ob_display, ob_root,
+ self->bg = XCreateWindow(ob_display, RootWindow(ob_display, ob_screen),
0, 0, 1, 1, 0, RrDepth(ob_rr_inst),
InputOutput, RrVisual(ob_rr_inst),
CWOverrideRedirect, &attrib);