]> Dogcows Code - chaz/openbox/blobdiff - openbox/moveresize.c
fixed to accomodate the changes to the render/ API.
[chaz/openbox] / openbox / moveresize.c
index 871e96536f6e4867d8c850a0029560dbee69ab0f..4b1ee6ea0db8995a30bdce42d5687ae02d456a79 100644 (file)
@@ -53,7 +53,8 @@ void moveresize_startup()
 
     attrib.save_under = True;
     opaque_window.win = XCreateWindow(ob_display, ob_root, 0, 0, 1, 1, 0,
-                                      render_depth, InputOutput, render_visual,
+                                      RrDepth(ob_rr_inst), InputOutput,
+                                      RrVisual(ob_rr_inst),
                                       CWSaveUnder, &attrib);
     stacking_add(INTERNAL_AS_WINDOW(&opaque_window));
     stacking_raise(INTERNAL_AS_WINDOW(&opaque_window));
This page took 0.020305 seconds and 4 git commands to generate.