diff src/balloon-x.c @ 157:6b37e6ddd302 r20-3b5

Import from CVS: tag r20-3b5
author cvs
date Mon, 13 Aug 2007 09:40:41 +0200
parents 6608ceec7cf8
children 15872534500d
line wrap: on
line diff
--- a/src/balloon-x.c	Mon Aug 13 09:39:46 2007 +0200
+++ b/src/balloon-x.c	Mon Aug 13 09:40:41 2007 +0200
@@ -32,7 +32,7 @@
 /* ### start of hack */
 
 static unsigned long
-alloc_color (Display* dpy, const char* colorname, int light)
+alloc_color (Display* dpy, CONST char* colorname, int light)
 {
   Colormap cmap = DefaultColormap (dpy, DefaultScreen(dpy));
   unsigned long pixel = 0;
@@ -61,7 +61,7 @@
 }
 
 static XFontStruct *
-open_font (Display* dpy, const char* font_name)
+open_font (Display* dpy, CONST char* font_name)
 {
   XFontStruct* fontStruct = NULL;