X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fmoveresize.c;h=96eac5cff418f2f116a0ee6d170050577ab12988;hb=35418ca0fcd3fd28ef579f4435b8bad3b7c87f04;hp=97837295d9e6df8a7b7ff99e5fbc9ee61d571afd;hpb=ec908528cf2abad9d2b968db9c8f7287ef5f54fe;p=chaz%2Fopenbox diff --git a/openbox/moveresize.c b/openbox/moveresize.c index 97837295..96eac5cf 100644 --- a/openbox/moveresize.c +++ b/openbox/moveresize.c @@ -42,7 +42,9 @@ void moveresize_startup() popup_size_to_string(popup, "W: 0000 W: 0000"); attrib.save_under = True; - opaque_window.win = XCreateWindow(ob_display, ob_root, 0, 0, 1, 1, 0, + opaque_window.win = XCreateWindow(ob_display, + RootWindow(ob_display, ob_screen), + 0, 0, 1, 1, 0, RrDepth(ob_rr_inst), InputOutput, RrVisual(ob_rr_inst), CWSaveUnder, &attrib);