about summary refs log tree commit diff stats
path: root/src/wrapped32/wrappedlibxi_private.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-12-13 15:24:03 +0100
committerptitSeb <sebastien.chev@gmail.com>2024-12-13 15:24:11 +0100
commitfa3db3df11f0d10a4a46f5ec5b0aaeaf34656d72 (patch)
tree74dacd24ef44f155a2b6f0ab517bfe25c2e48dc2 /src/wrapped32/wrappedlibxi_private.h
parent4b4c0143d951b6aa18e2102136b4b72e165459d4 (diff)
downloadbox64-fa3db3df11f0d10a4a46f5ec5b0aaeaf34656d72.tar.gz
box64-fa3db3df11f0d10a4a46f5ec5b0aaeaf34656d72.zip
[BOX32][WRAPPER] Added a arge batch of 32bits wrapped function to X11 and friends
Diffstat (limited to 'src/wrapped32/wrappedlibxi_private.h')
-rw-r--r--src/wrapped32/wrappedlibxi_private.h18
1 files changed, 10 insertions, 8 deletions
diff --git a/src/wrapped32/wrappedlibxi_private.h b/src/wrapped32/wrappedlibxi_private.h
index bf3614ce..02fb13ab 100644
--- a/src/wrapped32/wrappedlibxi_private.h
+++ b/src/wrapped32/wrappedlibxi_private.h
@@ -2,6 +2,8 @@
 #error Meh...
 #endif
 
+// XEventClass is a 32bits value, on 32bits and 64bits version, no need to wrap
+
 //GO(XAllowDeviceEvents, iFXbLip_iL)
 //GO(XChangeDeviceControl, iFXbLip_ibLi_)
 //GO(XChangeDeviceDontPropagateList, iFXLibL_i)
@@ -14,9 +16,9 @@ GOM(XCloseDevice, iFEXp)
 //GO(XDeleteDeviceProperty, vFXbLip_L)
 //GO(XDeviceBell, iFXbLip_LLi)
 //GO(XFreeDeviceControl, vFbLi_)
-//GO(XFreeDeviceList, vFbLLpiibLi__)
-//GO(XFreeDeviceMotionEvents, vFbLp_)
-//GO(XFreeDeviceState, vFbLip_)
+GOM(XFreeDeviceList, vFEp)
+GOM(XFreeDeviceMotionEvents, vFEp)
+GOM(XFreeDeviceState, vFEp)
 //GO(XFreeFeedbackList, vFbLiL_)
 GOM(XGetDeviceButtonMapping, iFEXppu)
 //GO(XGetDeviceControl, bLi_FXbLip_i)
@@ -24,12 +26,12 @@ GOM(XGetDeviceButtonMapping, iFEXppu)
 //GO(XGetDeviceFocus, iFXbLip_bL_pbL_)
 //GO(XGetDeviceKeyMapping, bL_FXbLip_Cip)
 //GO(XGetDeviceModifierMapping, bip_FXbLip_)
-//GO(XGetDeviceMotionEvents, bLp_FXbLip_LLppp)
+GOM(XGetDeviceMotionEvents, pFEXpLLppp)
 //GO(XGetDeviceProperty, iFXbLip_LlliLbL_pbL_bL_bp_)
 GO(XGetExtensionVersion, pFXp)
 //GO(XGetFeedbackControl, bLiL_FXbLip_p)
 //GO(XGetSelectedExtensionEvents, iFXLpbbL__pbbL__)
-//GO(XGrabDevice, iFXbLip_LiibL_iiL)
+GOM(XGrabDevice, iFEXpLiipiiL)
 //GO(XGrabDeviceButton, iFXbLip_uubLip_LiubL_ii)
 //GO(XGrabDeviceKey, iFXbLip_uubLip_LiubL_ii)
 GO(XIAllowEvents, iFXiiL)
@@ -67,10 +69,10 @@ GO(XIUngrabKeycode, iFXiiLip)
 GO(XIUngrabTouchBegin, iFXiLip)
 GO(XIWarpPointer, iFXiLLdduudd)
 //GO(XListDeviceProperties, bL_FXbLip_p)
-//GO(XListInputDevices, bLLpiibLi__FXp)
+GOM(XListInputDevices, pFEXp)
 GOM(XOpenDevice, pFEXL)
-//GO(XQueryDeviceState, bLip_FXbLip_)
-//GO(XSelectExtensionEvent, iFXLbL_i)
+GOM(XQueryDeviceState, pFEXp)
+GO(XSelectExtensionEvent, iFXLpi)
 //GO(XSendExtensionEvent, iFppLiipp)
 //GO(XSetDeviceButtonMapping, iFXbLip_pi)
 //GO(XSetDeviceFocus, iFXbLip_LiL)