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 3f29c59..8ed3c86 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)
 {