summaryrefslogtreecommitdiff
path: root/openbox/popup.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-07-10 19:01:41 +0000
committerDana Jansens <danakj@orodu.net>2003-07-10 19:01:41 +0000
commit35418ca0fcd3fd28ef579f4435b8bad3b7c87f04 (patch)
tree07182e5626a01baf752ec13a57d7ab3eabe8f967 /openbox/popup.c
parentec908528cf2abad9d2b968db9c8f7287ef5f54fe (diff)
remove the ob_root var, its redundant of what Xlib already provides
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);