📄 xlibint.h
字号:
#endif);extern int _XGetHostname(#if NeedFunctionPrototypes char* /* buf */, int /* maxlen */#endif);extern Screen *_XScreenOfWindow(#if NeedFunctionPrototypes Display* /* dpy */, Window /* w */#endif);extern Bool _XAsyncErrorHandler(#if NeedFunctionPrototypes Display* /* dpy */, xReply* /* rep */, char* /* buf */, int /* len */, XPointer /* data */#endif);extern char *_XGetAsyncReply(#if NeedFunctionPrototypes Display* /* dpy */, char* /* replbuf */, xReply* /* rep */, char* /* buf */, int /* len */, int /* extra */, Bool /* discard */#endif);extern void _XFlush(#if NeedFunctionPrototypes Display* /* dpy */#endif);extern int _XEventsQueued(#if NeedFunctionPrototypes Display* /* dpy */, int /* mode */#endif);extern void _XReadEvents(#if NeedFunctionPrototypes Display* /* dpy */#endif);extern int _XRead(#if NeedFunctionPrototypes Display* /* dpy */, char* /* data */, long /* size */#endif);extern void _XReadPad(#if NeedFunctionPrototypes Display* /* dpy */, char* /* data */, long /* size */#endif);extern void _XSend(#if NeedFunctionPrototypes Display* /* dpy */, _Xconst char* /* data */, long /* size */#endif);extern Status _XReply(#if NeedFunctionPrototypes Display* /* dpy */, xReply* /* rep */, int /* extra */, Bool /* discard */#endif);extern void _XEnq(#if NeedFunctionPrototypes Display* /* dpy */, xEvent* /* event */#endif);extern void _XDeq(#if NeedFunctionPrototypes Display* /* dpy */, _XQEvent* /* prev */, _XQEvent* /* qelt */#endif);extern int (*XESetCreateGC(#if NeedFunctionPrototypes Display* /* display */, int /* extension */, int (*) (#if NeedNestedPrototypes Display* /* display */, GC /* gc */, XExtCodes* /* codes */#endif ) /* proc */#endif))(#if NeedNestedPrototypes Display*, GC, XExtCodes*#endif);extern int (*XESetCopyGC(#if NeedFunctionPrototypes Display* /* display */, int /* extension */, int (*) (#if NeedNestedPrototypes Display* /* display */, GC /* gc */, XExtCodes* /* codes */#endif ) /* proc */ #endif))(#if NeedNestedPrototypes Display*, GC, XExtCodes*#endif);extern int (*XESetFlushGC(#if NeedFunctionPrototypes Display* /* display */, int /* extension */, int (*) (#if NeedNestedPrototypes Display* /* display */, GC /* gc */, XExtCodes* /* codes */#endif ) /* proc */ #endif))(#if NeedNestedPrototypes Display*, GC, XExtCodes*#endif);extern int (*XESetFreeGC(#if NeedFunctionPrototypes Display* /* display */, int /* extension */, int (*) (#if NeedNestedPrototypes Display* /* display */, GC /* gc */, XExtCodes* /* codes */#endif ) /* proc */ #endif))(#if NeedNestedPrototypes Display*, GC, XExtCodes*#endif);extern int (*XESetCreateFont(#if NeedFunctionPrototypes Display* /* display */, int /* extension */, int (*) (#if NeedNestedPrototypes Display* /* display */, XFontStruct* /* fs */, XExtCodes* /* codes */#endif ) /* proc */ #endif))(#if NeedNestedPrototypes Display*, XFontStruct*, XExtCodes*#endif);extern int (*XESetFreeFont(#if NeedFunctionPrototypes Display* /* display */, int /* extension */, int (*) (#if NeedNestedPrototypes Display* /* display */, XFontStruct* /* fs */, XExtCodes* /* codes */#endif ) /* proc */ #endif))(#if NeedNestedPrototypes Display*, XFontStruct*, XExtCodes*#endif); extern int (*XESetCloseDisplay(#if NeedFunctionPrototypes Display* /* display */, int /* extension */, int (*) (#if NeedNestedPrototypes Display* /* display */, XExtCodes* /* codes */#endif ) /* proc */ #endif))(#if NeedNestedPrototypes Display*, XExtCodes*#endif);extern int (*XESetError(#if NeedFunctionPrototypes Display* /* display */, int /* extension */, int (*) (#if NeedNestedPrototypes Display* /* display */, xError* /* err */, XExtCodes* /* codes */, int* /* ret_code */#endif ) /* proc */ #endif))(#if NeedNestedPrototypes Display*, xError*, XExtCodes*, int*#endif);extern char* (*XESetErrorString(#if NeedFunctionPrototypes Display* /* display */, int /* extension */, char* (*) (#if NeedNestedPrototypes Display* /* display */, int /* code */, XExtCodes* /* codes */, char* /* buffer */, int /* nbytes */#endif ) /* proc */ #endif))(#if NeedNestedPrototypes Display*, int, XExtCodes*, char*, int#endif);extern void (*XESetPrintErrorValues (#if NeedFunctionPrototypes Display* /* display */, int /* extension */, void (*)(#if NeedNestedPrototypes Display* /* display */, XErrorEvent* /* ev */, void* /* fp */#endif ) /* proc */#endif))(#if NeedNestedPrototypes Display*, XErrorEvent*, void*#endif);extern Bool (*XESetWireToEvent(#if NeedFunctionPrototypes Display* /* display */, int /* event_number */, Bool (*) (#if NeedNestedPrototypes Display* /* display */, XEvent* /* re */, xEvent* /* event */#endif ) /* proc */ #endif))(#if NeedNestedPrototypes Display*, XEvent*, xEvent*#endif);extern Status (*XESetEventToWire(#if NeedFunctionPrototypes Display* /* display */, int /* event_number */, Status (*) (#if NeedNestedPrototypes Display* /* display */, XEvent* /* re */, xEvent* /* event */#endif ) /* proc */ #endif))(#if NeedNestedPrototypes Display*, XEvent*, xEvent*#endif);extern Bool (*XESetWireToError(#if NeedFunctionPrototypes Display* /* display */, int /* error_number */, Bool (*) (#if NeedNestedPrototypes Display* /* display */, XErrorEvent* /* he */, xError* /* we */#endif ) /* proc */ #endif))(#if NeedNestedPrototypes Display*, XErrorEvent*, xError*#endif);extern void (*XESetBeforeFlush(#if NeedFunctionPrototypes Display* /* display */, int /* error_number */, void (*) (#if NeedNestedPrototypes Display* /* display */, XExtCodes* /* codes */, char* /* data */, long /* len */#endif ) /* proc */ #endif))(#if NeedNestedPrototypes Display*, XExtCodes*, char*, long#endif);/* internal connections for IMs */typedef void (*_XInternalConnectionProc)(#if NeedFunctionPrototypes Display* /* dpy */, int /* fd */, XPointer /* call_data */#endif);extern Status _XRegisterInternalConnection(#if NeedFunctionPrototypes Display* /* dpy */, int /* fd */, _XInternalConnectionProc /* callback */, XPointer /* call_data */#endif);extern void _XUnregisterInternalConnection(#if NeedFunctionPrototypes Display* /* dpy */, int /* fd */#endif);/* Display structure has pointers to these */struct _XConnectionInfo { /* info from _XRegisterInternalConnection */ int fd; _XInternalConnectionProc read_callback; XPointer call_data; XPointer *watch_data; /* set/used by XConnectionWatchProc */ struct _XConnectionInfo *next;};struct _XConnWatchInfo { /* info from XAddConnectionWatch */ XConnectionWatchProc fn; XPointer client_data; struct _XConnWatchInfo *next;};#ifdef __EMX__extern char* __XOS2RedirRoot(#if NeedFunctionPrototypes char*#endif);#endifextern int _XTextHeight(#if NeedFunctionPrototypes XFontStruct* /* font_struct */, _Xconst char* /* string */, int /* count */#endif);extern int _XTextHeight16(#if NeedFunctionPrototypes XFontStruct* /* font_struct */, _Xconst XChar2b* /* string */, int /* count */#endif);_XFUNCPROTOEND
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -