X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=src%2Fballoon_help.h;h=d36bef70bd07f09a217913ce27dc5c236ea4cf79;hp=4498ab1631541191b0606f4e70c8872c822c96ad;hb=3e447015251ce6dcde843cbed10d9033d5538622;hpb=716cfba952c1dc0d2cf5c968971f3780ba728a89 diff --git a/src/balloon_help.h b/src/balloon_help.h index 4498ab1..d36bef7 100644 --- a/src/balloon_help.h +++ b/src/balloon_help.h @@ -29,7 +29,7 @@ void balloon_help_create (Display* dpy, Pixel fg, Pixel bg, Pixel shine, Pixel shadow, XFontStruct* font); void balloon_help_set_delay (unsigned long milliseconds); -void balloon_help_show (CONST char* text); +void balloon_help_show (const char* text); void balloon_help_hide (void); void balloon_help_move_to_pointer (void);