diff options
author | marha <marha@users.sourceforge.net> | 2012-08-01 11:10:41 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-08-01 11:10:41 +0200 |
commit | e7912ee7dc5d7556254e1fd831174520d7447608 (patch) | |
tree | 7336ccad45123e724261aa1b2061f18714db8ad8 | |
parent | e4c6a9fed0a613920b61b036185278f6fe281712 (diff) | |
download | vcxsrv-e7912ee7dc5d7556254e1fd831174520d7447608.tar.gz vcxsrv-e7912ee7dc5d7556254e1fd831174520d7447608.tar.bz2 vcxsrv-e7912ee7dc5d7556254e1fd831174520d7447608.zip |
Also export XGetWMHints
-rw-r--r-- | libX11/libX11.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libX11/libX11.def b/libX11/libX11.def index 8d45bd6b0..574733278 100644 --- a/libX11/libX11.def +++ b/libX11/libX11.def @@ -146,6 +146,7 @@ EXPORTS XGetVisualInfo
XGetWindowAttributes
XGetWindowProperty
+ XGetWMHints
XGetWMName
XGetWMNormalHints
XGetWMProtocols
|