diff options
author | dawes <dawes> | 2000-12-05 16:38:19 +0000 |
---|---|---|
committer | dawes <dawes> | 2000-12-05 16:38:19 +0000 |
commit | de862f7f2c68c12cbfdb72a72c4ea6e97c968f90 (patch) | |
tree | dd8e73c0ad0f1ad5a9929f858bd69b975751ec5c /xc/lib/X11/Xlcint.h | |
parent | 978cb1e87ff7bfba913e89cc87b302be078c7348 (diff) |
Import of XFree86 4.0.1gX_4_0_1h
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( |