Mercurial > hg > xemacs-beta
diff src/balloon_help.h @ 442:abe6d1db359e r21-2-36
Import from CVS: tag r21-2-36
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:35:02 +0200 |
parents | 8de8e3f6228a |
children | 308d34e9f07d |
line wrap: on
line diff
--- a/src/balloon_help.h Mon Aug 13 11:33:40 2007 +0200 +++ b/src/balloon_help.h Mon Aug 13 11:35:02 2007 +0200 @@ -29,7 +29,7 @@ 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);