[xlibs-commit] X11/src X18NCMSstubs.c,1.2,1.2.2.1
Jamey Sharp
xlibs-commit@pdx.freedesktop.org
Wed, 19 Nov 2003 18:03:38 -0800
Committed by: jamey
Update of /cvs/xlibs/X11/src
In directory pdx:/tmp/cvs-serv9739/src
Modified Files:
Tag: XCL
X18NCMSstubs.c
Log Message:
Merged locale stub changes from HEAD.
Index: X18NCMSstubs.c
===================================================================
RCS file: /cvs/xlibs/X11/src/X18NCMSstubs.c,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -u -d -r1.2 -r1.2.2.1
--- X18NCMSstubs.c 24 Oct 2003 18:25:01 -0000 1.2
+++ X18NCMSstubs.c 20 Nov 2003 02:03:36 -0000 1.2.2.1
@@ -60,6 +60,18 @@
return NULL;
}
+XLCd
+_XlcCurrentLC()
+{
+ return NULL
+}
+
+XPointer
+_XimGetLocaleCode ( _Xconst char* encoding_name )
+{
+ return NULL;
+}
+
void XmbSetWMProperties ( /* Actually from mbWMProps.c */
Display *dpy,
Window w,