Mercurial > hg > xemacs-beta
diff src/balloon-x.c @ 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 | 79c6ff3eef26 |
line wrap: on
line diff
--- a/src/balloon-x.c Mon Aug 13 11:33:40 2007 +0200 +++ b/src/balloon-x.c Mon Aug 13 11:35:02 2007 +0200 @@ -32,7 +32,7 @@ /* #### start of hack */ static unsigned long -alloc_color (Display* dpy, CONST char* colorname, int light) +alloc_color (Display* dpy, const char* colorname, int light) { Colormap cmap = DEVICE_X_COLORMAP (XDEVICE(Vdefault_x_device)); unsigned long pixel = 0; @@ -61,7 +61,7 @@ } static XFontStruct * -open_font (Display* dpy, CONST char* font_name) +open_font (Display* dpy, const char* font_name) { XFontStruct* fontStruct = NULL;