diff src/balloon-x.c @ 412:697ef44129c6 r21-2-14

Import from CVS: tag r21-2-14
author cvs
date Mon, 13 Aug 2007 11:20:41 +0200
parents 74fd4e045ea6
children
line wrap: on
line diff
--- a/src/balloon-x.c	Mon Aug 13 11:19:22 2007 +0200
+++ b/src/balloon-x.c	Mon Aug 13 11:20:41 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.