sync with OpenBSD -current
This commit is contained in:
parent
2d1e52c274
commit
b5b25afdb8
657 changed files with 21464 additions and 54675 deletions
|
@ -50,13 +50,9 @@ in this Software without prior written authorization from The Open Group.
|
|||
#ifndef X_WCHAR
|
||||
#include <stddef.h>
|
||||
#else
|
||||
#ifdef __UNIXOS2__
|
||||
#include <stdlib.h>
|
||||
#else
|
||||
/* replace this with #include or typedef appropriate for your system */
|
||||
typedef unsigned long wchar_t;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
extern int
|
||||
|
@ -1735,6 +1731,10 @@ extern Status XInitThreads(
|
|||
void
|
||||
);
|
||||
|
||||
extern Status XFreeThreads(
|
||||
void
|
||||
);
|
||||
|
||||
extern void XLockDisplay(
|
||||
Display* /* display */
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue