X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fballoon_help.h;h=d36bef70bd07f09a217913ce27dc5c236ea4cf79;hb=f2d21161ddfc8df9e30d7d1ba57c526833f9ae2d;hp=8e8260234576cb53d1928f0b5aa0148917dae796;hpb=6883ee56ec887c2c48abe5b06b5e66aa74031910;p=chise%2Fxemacs-chise.git.1 diff --git a/src/balloon_help.h b/src/balloon_help.h index 8e82602..d36bef7 100644 --- a/src/balloon_help.h +++ b/src/balloon_help.h @@ -20,8 +20,8 @@ Boston, MA 02111-1307, USA. */ /* Synched up with: Not in FSF. */ -#ifndef BALLOON_HELP_H -#define BALLOON_HELP_H +#ifndef INCLUDED_balloon_help_h_ +#define INCLUDED_balloon_help_h_ #include "xintrinsic.h" @@ -29,8 +29,8 @@ 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); -#endif /* BALLOON_HELP_H */ +#endif /* INCLUDED_balloon_help_h_ */