comparison src/balloon_help.h @ 209:41ff10fd062f r20-4b3

Import from CVS: tag r20-4b3
author cvs
date Mon, 13 Aug 2007 10:04:58 +0200
parents 850242ba4a81
children c5d627a313b1
comparison
equal deleted inserted replaced
208:f427b8ec4379 209:41ff10fd062f
21 /* Synched up with: Not in FSF. */ 21 /* Synched up with: Not in FSF. */
22 22
23 #ifndef BALLOON_HELP_H 23 #ifndef BALLOON_HELP_H
24 #define BALLOON_HELP_H 24 #define BALLOON_HELP_H
25 25
26 #include <X11/Intrinsic.h> 26 #include "xintrinsic.h"
27 27
28 void balloon_help_create (Display* dpy, 28 void balloon_help_create (Display* dpy,
29 Pixel fg, Pixel bg, Pixel shine, Pixel shadow, 29 Pixel fg, Pixel bg, Pixel shine, Pixel shadow,
30 XFontStruct* font); 30 XFontStruct* font);
31 void balloon_help_destroy (void); 31 void balloon_help_destroy (void);