mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-04 23:28:08 +02:00
fix bad merge
This commit is contained in:
parent
06e5c90504
commit
adedeafd21
2 changed files with 0 additions and 12 deletions
|
|
@ -3830,12 +3830,6 @@ extern char *XSetIMValues(
|
|||
XIM /* im */, ...
|
||||
);
|
||||
|
||||
extern char *XSetIMValues(
|
||||
#if NeedVarargsPrototypes
|
||||
XIM /* im */, ...
|
||||
#endif
|
||||
);
|
||||
|
||||
extern Display *XDisplayOfIM(
|
||||
XIM /* im */
|
||||
);
|
||||
|
|
|
|||
|
|
@ -1020,12 +1020,6 @@ extern int _XFreeExtData(
|
|||
XExtData* /* extension */
|
||||
);
|
||||
|
||||
extern Bool _XWireToEvent(Display *dpy, XEvent *re, xEvent *event);
|
||||
extern Bool _XDefaultWireError(Display *display, XErrorEvent *he, xError *we);
|
||||
extern Bool _XPollfdCacheInit(Display *dpy);
|
||||
extern XID _XAllocID(Display *dpy);
|
||||
extern void _XAllocIDs(Display *dpy, XID *ids, int count);
|
||||
|
||||
extern int (*XESetCreateGC(
|
||||
Display* /* display */,
|
||||
int /* extension */,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue