all repos — openbox @ b95d97795173f188477729016f6f080bc8f9f818

openbox fork - make it a bit more like ryudo

80 cols
Dana Jansens danakj@orodu.net
commit

b95d97795173f188477729016f6f080bc8f9f818

parent

a283652736687067fbc3f49ccffca35de9e27696

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

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

@@ -222,7 +222,8 @@ }

} -static void pixel_data_to_pixmap(RrAppearance *l, gint x, gint y, gint w, gint h) +static void pixel_data_to_pixmap(RrAppearance *l, + gint x, gint y, gint w, gint h) { RrPixel32 *in, *scratch; Pixmap out;