diff src/balloon-x.c @ 398:74fd4e045ea6 r21-2-29

Import from CVS: tag r21-2-29
author cvs
date Mon, 13 Aug 2007 11:13:30 +0200
parents c5d627a313b1
children 697ef44129c6
line wrap: on
line diff
--- a/src/balloon-x.c	Mon Aug 13 11:12:06 2007 +0200
+++ b/src/balloon-x.c	Mon Aug 13 11:13:30 2007 +0200
@@ -29,10 +29,10 @@
 
 #include "balloon_help.h"
 
-/* ### start of hack */
+/* #### 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 = DEVICE_X_COLORMAP (XDEVICE(Vdefault_x_device));
   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;
 
@@ -99,7 +99,7 @@
     }
 }
 
-/* ### end of hack */
+/* #### end of hack */
 
 DEFUN ("show-balloon-help", Fshow_balloon_help, 1, 1, 0, /*
 Show balloon help.