X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fballoon_help.h;h=d36bef70bd07f09a217913ce27dc5c236ea4cf79;hb=b72024be0ea9f3018c978c7e63d241452ab74671;hp=4498ab1631541191b0606f4e70c8872c822c96ad;hpb=c8aa261a7bf3eb1389d2e018be1d715f73cacd66;p=chise%2Fxemacs-chise.git- 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);