about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2022-05-26 14:13:09 +0200
committerptitSeb <sebastien.chev@gmail.com>2022-05-26 14:13:09 +0200
commit2ae1713ac1a75c548e59b09e5a244a2a56038fad (patch)
tree59d9c1d445067bb21acb0c6e51f693894c2d7c97 /src
parentfb2047853cf9bf92ecff82b84fac4adeba714e77 (diff)
downloadbox64-2ae1713ac1a75c548e59b09e5a244a2a56038fad.tar.gz
box64-2ae1713ac1a75c548e59b09e5a244a2a56038fad.zip
Added XGetTextProperty wrapped function
Diffstat (limited to 'src')
-rwxr-xr-xsrc/wrapped/wrappedlibx11_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapped/wrappedlibx11_private.h b/src/wrapped/wrappedlibx11_private.h
index 3b6b7ed7..747d2a77 100755
--- a/src/wrapped/wrappedlibx11_private.h
+++ b/src/wrapped/wrappedlibx11_private.h
@@ -417,7 +417,7 @@ GO(XGetSelectionOwner, pFpp)
 //GO(XGetSizeHints
 //GO(XGetStandardColormap
 GOM(XGetSubImage, pFEppiiuuuipii)
-//GO(XGetTextProperty
+GO(XGetTextProperty, iFpppp)
 GO(XGetTransientForHint, iFppp)
 GO(XGetVisualInfo, pFplpp)
 GO(XGetWindowAttributes, iFppp)