X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fballoon-x.c;h=deb7861af5c07f0f0da5d612e04ae27ef0338141;hb=b073ad3949bbab4cf51e6c5de4725bb150b3ad11;hp=69e1a82c0db34107d135a135f8d3b0691d995a43;hpb=6883ee56ec887c2c48abe5b06b5e66aa74031910;p=chise%2Fxemacs-chise.git.1 diff --git a/src/balloon-x.c b/src/balloon-x.c index 69e1a82..deb7861 100644 --- a/src/balloon-x.c +++ b/src/balloon-x.c @@ -29,10 +29,10 @@ Boston, MA 02111-1307, USA. */ #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 @@ alloc_color (Display* dpy, CONST char* colorname, int light) } 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 @@ init (void) } } -/* ### end of hack */ +/* #### end of hack */ DEFUN ("show-balloon-help", Fshow_balloon_help, 1, 1, 0, /* Show balloon help.