all repos — openbox @ 5929a63f952cdedaec13f056d04062c34b566105

openbox fork - make it a bit more like ryudo

more namespacing with Rr*
Dana Jansens danakj@orodu.net
commit

5929a63f952cdedaec13f056d04062c34b566105

parent

bb6b616b9c4fad0e074f0eac2e9c85a482ab09ae

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

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

@@ -15,7 +15,8 @@ #ifdef HAVE_STDLIB_H

# include <stdlib.h> #endif -static void RrPixel32_to_pixmap(RrAppearance *l, gint x, gint y, gint w, gint h); +static void RrPixel32_to_pixmap(RrAppearance *l, + gint x, gint y, gint w, gint h); void RrPaint(RrAppearance *l, Window win, gint w, gint h) {