more namespacing with Rr*

This commit is contained in:
Dana Jansens 2003-06-21 02:39:56 +00:00
parent bb6b616b9c
commit 5929a63f95

View file

@ -15,7 +15,8 @@
# include <stdlib.h> # include <stdlib.h>
#endif #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) void RrPaint(RrAppearance *l, Window win, gint w, gint h)
{ {