checksums.ini: add checksum for pengutronix canutils
[openembedded.git] / packages / xorg-lib / libx11 / xim.patch
blob0eab197a80559920821ae93c5e34db8c92645b40
1 --- libX11-6.2.1/src/X18NCMSstubs.c 2003-12-04 22:47:47.000000000 +0000
2 +++ libX11-6.2.1/src/X18NCMSstubs.c-new 2005-12-09 12:09:03.000000000 +0000
3 @@ -90,6 +90,52 @@
4 return;
7 +XIM
8 +XOpenIM (
9 + Display* display,
10 + struct _XrmHashBucketRec* rdb,
11 + char* res_name,
12 + char* res_class)
14 + return (XIM) NULL;
17 +Status
18 +XCloseIM ( XIM im )
20 + return NULL;
23 +XIC
24 +XCreateIC ( XIM im, ...)
26 + return NULL;
29 +void
30 +XDestroyIC ( XIC ic )
32 + return;
35 +int
36 +XmbLookupString (
37 + XIC ic,
38 + XKeyPressedEvent* ev,
39 + char* buffer,
40 + int nbytes,
41 + KeySym* keysym,
42 + Status* status)
44 + return XLookupNone;
47 +char *
48 +XGetICValues( XIC ic, ...)
50 + return (char *) NULL;
53 XPointer
54 _XimGetLocaleCode ( _Xconst char* encoding_name )