more namespacing with Rr*
This commit is contained in:
parent
bb6b616b9c
commit
5929a63f95
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue