Mercurial > hg > xemacs-beta
diff src/console-x.h @ 4521:383ab474a241
Fix docstring typo.
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Tue, 28 Oct 2008 10:38:26 +0900 |
parents | 15fb91e3a115 |
children | fc7067b7f407 |
line wrap: on
line diff
--- a/src/console-x.h Mon Oct 27 09:51:51 2008 +0900 +++ b/src/console-x.h Tue Oct 28 10:38:26 2008 +0900 @@ -66,18 +66,6 @@ # define XPointer char * #endif -#define Xt_SET_VALUE(widget, resource, value) do { \ - Arg al; \ - XtSetArg (al, resource, value); \ - XtSetValues (widget, &al, 1); \ -} while (0) - -#define Xt_GET_VALUE(widget, resource, location) do { \ - Arg al; \ - XtSetArg (al, resource, location); \ - XtGetValues (widget, &al, 1); \ -} while (0) - #ifdef __cplusplus #define X_CLASSFIELD c_class #else @@ -212,7 +200,7 @@ void describe_XIMStyles (XIMStyles *styles); void describe_XIC (XIC ic); void describe_event_mask (unsigned long mask); -void describe_XRectangle (char *name, XRectangle *rect); +void describe_XRectangle (const char *name, XRectangle *rect); void describe_Status (Status status); #endif /* DEBUG_XEMACS */ #endif /* XIM_XLIB */