Mercurial > hg > xemacs-beta
comparison src/balloon-x.c @ 440:8de8e3f6228a r21-2-28
Import from CVS: tag r21-2-28
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:33:38 +0200 |
parents | 3ecd8885ac67 |
children | abe6d1db359e |
comparison
equal
deleted
inserted
replaced
439:357dd071b03c | 440:8de8e3f6228a |
---|---|
27 #include "device.h" | 27 #include "device.h" |
28 #include "console-x.h" | 28 #include "console-x.h" |
29 | 29 |
30 #include "balloon_help.h" | 30 #include "balloon_help.h" |
31 | 31 |
32 /* ### start of hack */ | 32 /* #### start of hack */ |
33 | 33 |
34 static unsigned long | 34 static unsigned long |
35 alloc_color (Display* dpy, CONST char* colorname, int light) | 35 alloc_color (Display* dpy, CONST char* colorname, int light) |
36 { | 36 { |
37 Colormap cmap = DEVICE_X_COLORMAP (XDEVICE(Vdefault_x_device)); | 37 Colormap cmap = DEVICE_X_COLORMAP (XDEVICE(Vdefault_x_device)); |
97 balloon_help_create (dpy, bg, fg, shine, shadow, font); | 97 balloon_help_create (dpy, bg, fg, shine, shadow, font); |
98 init_p = 1; | 98 init_p = 1; |
99 } | 99 } |
100 } | 100 } |
101 | 101 |
102 /* ### end of hack */ | 102 /* #### end of hack */ |
103 | 103 |
104 DEFUN ("show-balloon-help", Fshow_balloon_help, 1, 1, 0, /* | 104 DEFUN ("show-balloon-help", Fshow_balloon_help, 1, 1, 0, /* |
105 Show balloon help. | 105 Show balloon help. |
106 */ | 106 */ |
107 (string)) | 107 (string)) |