diff options
author | marha <marha@users.sourceforge.net> | 2013-04-15 09:50:01 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2013-04-15 09:50:01 +0200 |
commit | e50b38aebb733934db7ef3ec13c330407afd9ada (patch) | |
tree | 94dbe389fd268f38746ad7d374c57cccafa006e1 /libX11/libX11.def | |
parent | 527aeeb096cce731d40f1d9750503ff2b0c38d7c (diff) | |
download | vcxsrv-e50b38aebb733934db7ef3ec13c330407afd9ada.tar.gz vcxsrv-e50b38aebb733934db7ef3ec13c330407afd9ada.tar.bz2 vcxsrv-e50b38aebb733934db7ef3ec13c330407afd9ada.zip |
xrdb now compiles and links
Diffstat (limited to 'libX11/libX11.def')
-rw-r--r-- | libX11/libX11.def | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libX11/libX11.def b/libX11/libX11.def index 574733278..b2fd214ca 100644 --- a/libX11/libX11.def +++ b/libX11/libX11.def @@ -120,6 +120,7 @@ EXPORTS XFreeColormap
XFreeColors
XFreeCursor
+ XFreeExtensionList
XFreeFont
XFreeFontSet
XFreeGC
@@ -208,6 +209,7 @@ EXPORTS XKeysymToString
XKillClient
XListDepths
+ XListExtensions
XListHosts
XListPixmapFormats
XLoadFont
|