X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fpopup.c;h=cc4a605d42e419a320f962b9ff4144c8062e1f34;hb=35418ca0fcd3fd28ef579f4435b8bad3b7c87f04;hp=ba1aed0b4fbdd388560fe9787f126142bdc8f62c;hpb=ec908528cf2abad9d2b968db9c8f7287ef5f54fe;p=chaz%2Fopenbox 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);