all repos — openbox @ e659f95516867e2082aa171e818b372624bc5ebf

openbox fork - make it a bit more like ryudo

either offsets work, or I've broken lots of things.
Derek Foreman manmower@gmail.com
commit

e659f95516867e2082aa171e818b372624bc5ebf

parent

a0a55d5761b7c104ac66ba6dc64d33cd66a211b5

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

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

@@ -94,7 +94,7 @@ g_assert(im != None);

im->byte_order = endian; im->data = l->surface.data.planar.pixel_data; XPutImage(ob_display, l->pixmap, DefaultGC(ob_display, ob_screen), - im, 0, 0, 0, 0, w, h); + im, 0, 0, x, y, w, h); im->data = NULL; XDestroyImage(im); }