all repos — openbox @ 46e2060fcfea07786dadaa3785f8d89caa49b3e9

openbox fork - make it a bit more like ryudo

more random pokery
Derek Foreman manmower@gmail.com
commit

46e2060fcfea07786dadaa3785f8d89caa49b3e9

parent

4b9556c03174d2c58492531f06eaf3718668162b

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M render/render.crender/render.c

@@ -66,7 +66,7 @@ g_assert(l->surface.type == Surface_Planar);

// printf("painting window %ld\n", win); oldp = l->pixmap; /* save to free after changing the visible pixmap */ - l->pixmap = XCreatePixmap(ob_display, ob_root, w, h, render_depth); + l->pixmap = XCreatePixmap(ob_display, ob_root, x+w, y+h, render_depth); g_assert(l->pixmap != None); if (l->xftdraw != NULL)