1 /* $NetBSD: xkbcomp-stubs.c,v 1.2 2013/05/30 23:42:20 mrg Exp $ */
2
3 /*-
4 * Copyright (c) 2003-2004 The NetBSD Foundation, Inc.
5 * All rights reserved.
6 *
7 * This code is derived from software contributed to The NetBSD Foundation
8 * by Luke Mewburn.
9 *
10 * Redistribution and use in source and binary forms, with or without
11 * modification, are permitted provided that the following conditions
12 * are met:
13 * 1. Redistributions of source code must retain the above copyright
14 * notice, this list of conditions and the following disclaimer.
15 * 2. Redistributions in binary form must reproduce the above copyright
16 * notice, this list of conditions and the following disclaimer in the
17 * documentation and/or other materials provided with the distribution.
18 * 3. All advertising materials mentioning features or use of this software
19 * must display the following acknowledgement:
20 * This product includes software developed by the NetBSD
21 * Foundation, Inc. and its contributors.
22 * 4. Neither the name of The NetBSD Foundation nor the names of its
23 * contributors may be used to endorse or promote products derived
24 * from this software without specific prior written permission.
25 *
26 * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
27 * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
28 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
29 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
30 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
31 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
32 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
33 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
34 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
35 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
36 * POSSIBILITY OF SUCH DAMAGE.
37 */
38
39 #include <stdio.h>
40
41 #include "Xlibint.h"
42 #include "Xlcint.h"
43 #include "XKBlibint.h"
44 #include <X11/extensions/XKBfile.h>
45
46 Display *
XOpenDisplay(const char * display)47 XOpenDisplay(const char *display)
48 {
49 return NULL;
50 }
51
52 int
XCloseDisplay(Display * dpy)53 XCloseDisplay(Display *dpy)
54 {
55 return 0;
56 }
57
58 int (*
XSynchronize(Display * dpy,int onoff)59 XSynchronize(Display *dpy, int onoff))()
60 {
61 return NULL;
62 }
63
64 XrmMethods
_XrmInitParseInfo(XPointer * state)65 _XrmInitParseInfo(XPointer *state)
66 {
67 return NULL;
68 }
69
70 int
XGetErrorText(Display * dpy,int code,char * buffer,int nbytes)71 XGetErrorText(Display *dpy, int code, char *buffer, int nbytes)
72 {
73 return 0;
74 }
75
76
77 char *
XGetAtomName(Display * dpy,Atom atom)78 XGetAtomName(Display *dpy, Atom atom)
79 {
80 return NULL;
81 }
82
83 Atom
XInternAtom(Display * dpy,const char * name,Bool onlyIfExists)84 XInternAtom(Display *dpy, const char *name, Bool onlyIfExists)
85 {
86 return None;
87 }
88
89 XkbDescPtr
XkbGetMap(Display * dpy,unsigned which,unsigned deviceSpec)90 XkbGetMap(Display *dpy,unsigned which,unsigned deviceSpec)
91 {
92 return NULL;
93 }
94
95 Status
XkbGetIndicatorMap(Display * dpy,unsigned long which,XkbDescPtr xkb)96 XkbGetIndicatorMap(Display *dpy,unsigned long which,XkbDescPtr xkb)
97 {
98 return BadValue;
99 }
100
101 Status
XkbGetControls(Display * dpy,unsigned long which,XkbDescPtr xkb)102 XkbGetControls(Display *dpy, unsigned long which, XkbDescPtr xkb)
103 {
104 return BadValue;
105 }
106
107 Status
XkbGetCompatMap(Display * dpy,unsigned which,XkbDescPtr xkb)108 XkbGetCompatMap(Display *dpy,unsigned which,XkbDescPtr xkb)
109 {
110 return BadValue;
111 }
112
113 Status
XkbGetNames(Display * dpy,unsigned which,XkbDescPtr xkb)114 XkbGetNames(Display *dpy,unsigned which,XkbDescPtr xkb)
115 {
116 return BadValue;
117 }
118
119 Status
XkbChangeKbdDisplay(Display * newDpy,XkbFileInfo * result)120 XkbChangeKbdDisplay(Display *newDpy,XkbFileInfo *result)
121 {
122 return BadValue;
123 }
124
125 Bool
XkbWriteToServer(XkbFileInfo * result)126 XkbWriteToServer(XkbFileInfo *result)
127 {
128 return False;
129 }
130
131 void
_XFlush(Display * dpy)132 _XFlush(Display *dpy)
133 {
134 }
135
136 Bool
XkbUseExtension(Display * dpy,int * major_rtrn,int * minor_rtrn)137 XkbUseExtension(Display *dpy,int *major_rtrn,int *minor_rtrn)
138 {
139 return False;
140 }
141
142 Status
_XReply(Display * dpy,xReply * rep,int extra,Bool discard)143 _XReply(Display *dpy, xReply *rep, int extra, Bool discard)
144 {
145 return False;
146 }
147
148 int
_XRead(Display * dpy,char * data,long size)149 _XRead(Display *dpy, char *data, long size)
150 {
151 return 0;
152 }
153
154 void *
_XGetRequest(Display * dpy,CARD8 type,size_t len)155 _XGetRequest(Display *dpy, CARD8 type, size_t len)
156 {
157 return NULL;
158 }
159
160 #if defined(__minix) && defined(XTHREADS)
161 void (*_XCreateMutex_fn)(LockInfoPtr) = NULL;
162 void (**_XFreeMutex_fn_p)(LockInfoPtr) = &_XFreeMutex_fn;
163
164 void (*_XFreeMutex_fn)(LockInfoPtr) = NULL;
165 void (**_XCreateMutex_fn_p)(LockInfoPtr) = &_XCreateMutex_fn;
166
167 LockInfoPtr _Xglobal_lock = NULL;
168 LockInfoPtr *_Xglobal_lock_p = &_Xglobal_lock;
169
170 void (*_XLockMutex_fn)(
171 LockInfoPtr /* lock */
172 #if defined(XTHREADS_WARN) || defined(XTHREADS_FILE_LINE)
173 , char * /* file */
174 , int /* line */
175 #endif
176 ) = NULL;
177 void (*_XUnlockMutex_fn)(
178 LockInfoPtr /* lock */
179 #if defined(XTHREADS_WARN) || defined(XTHREADS_FILE_LINE)
180 , char * /* file */
181 , int /* line */
182 #endif
183 ) = NULL;
184 #endif /* defined(__minix) && defined(XTHREADS) */
185