From de862f7f2c68c12cbfdb72a72c4ea6e97c968f90 Mon Sep 17 00:00:00 2001 From: dawes Date: Tue, 5 Dec 2000 16:38:19 +0000 Subject: Import of XFree86 4.0.1g --- xc/lib/X11/Xlcint.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'xc/lib/X11/Xlcint.h') 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( -- cgit v1.2.3