diff options
author | marha <marha@users.sourceforge.net> | 2012-06-26 11:14:32 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-06-26 11:14:32 +0200 |
commit | d02cf3cc6e0989aace77a47a56979d1f21d33724 (patch) | |
tree | 37af2a9a8ff2e63f9d982dd3c6ff7a0bdcb73a6e /libX11 | |
parent | 3458e8f13f8389a146c5b54b145dfb586af98dce (diff) | |
download | vcxsrv-d02cf3cc6e0989aace77a47a56979d1f21d33724.tar.gz vcxsrv-d02cf3cc6e0989aace77a47a56979d1f21d33724.tar.bz2 vcxsrv-d02cf3cc6e0989aace77a47a56979d1f21d33724.zip |
libXext is now a dll
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 |