diff options
Diffstat (limited to 'xc/lib/X11/Xlcint.h')
-rw-r--r-- | xc/lib/X11/Xlcint.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/xc/lib/X11/Xlcint.h b/xc/lib/X11/Xlcint.h index 5ac26880b..cb9d69aed 100644 --- a/xc/lib/X11/Xlcint.h +++ b/xc/lib/X11/Xlcint.h @@ -22,7 +22,7 @@ other dealings in this Software without prior written authorization from The Open Group. */ -/* $XFree86: xc/lib/X11/Xlcint.h,v 3.6 2000/11/28 18:49:27 dawes Exp $ */ +/* $XFree86: xc/lib/X11/Xlcint.h,v 3.7 2000/12/02 15:30:22 tsi Exp $ */ /* * Copyright 1990, 1991 by OMRON Corporation, NTT Software Corporation, @@ -221,8 +221,8 @@ typedef void (*XCloseLCProc)( typedef char* (*XlcMapModifiersProc)( #if NeedFunctionPrototypes XLCd /* lcd */, - char* /* user_mods */, - char* /* prog_mods */ + _Xconst char* /* user_mods */, + _Xconst char* /* prog_mods */ #endif ); @@ -863,8 +863,8 @@ extern Bool _XlcValidModSyntax( extern char *_XlcDefaultMapModifiers( XLCd lcd, - const char* user_mods, - const char* prog_mods + _Xconst char* user_mods, + _Xconst char* prog_mods ); extern void _XIMCompileResourceList( |