diff options
Diffstat (limited to 'libX11')
-rw-r--r-- | libX11/libX11.def | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/libX11/libX11.def b/libX11/libX11.def index b4789899f..cb0e0bedb 100644 --- a/libX11/libX11.def +++ b/libX11/libX11.def @@ -4,11 +4,15 @@ EXPORTS _XAllocTemp
_XDeqAsyncHandler
_XEatData
+ _XFlushGCCache
_XFlushIt
_XFreeTemp
_XGetAsyncReply
+ _XGetBitsPerPixel
_XGetRequest
+ _XGetScanlinePad
_Xglobal_lock_p
+ _XInitImageFuncPtrs
_XLockMutex_fn_p
_XRead
_XReadPad
@@ -226,6 +230,7 @@ EXPORTS XPutImage
XQueryColor
XQueryColors
+ XQueryExtension
XQueryFont
XQueryPointer
XQueryTree
@@ -334,4 +339,4 @@ EXPORTS XwcTextListToTextProperty
XwcTextPropertyToTextList
XWithdrawWindow
- XWMGeometry
+ XWMGeometry
\ No newline at end of file |