]> Dogcows Code - chaz/openbox/commitdiff
more namespacing with Rr*
authorDana Jansens <danakj@orodu.net>
Sat, 21 Jun 2003 02:39:56 +0000 (02:39 +0000)
committerDana Jansens <danakj@orodu.net>
Sat, 21 Jun 2003 02:39:56 +0000 (02:39 +0000)
render/render.c

index 3f29c59e70c63e2739471e838398c3a597d46145..8ed3c86874d8eb99e4024b6937d769220275bdca 100644 (file)
@@ -15,7 +15,8 @@
 #  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)
 {
This page took 0.02242 seconds and 4 git commands to generate.