about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedlibxtst_private.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-03-25 13:26:02 +0100
committerptitSeb <sebastien.chev@gmail.com>2021-03-25 13:26:02 +0100
commit348bd64449843f70e08dd591c867973d83ea87eb (patch)
tree831a18b17437f0d3d29f4097a5b3487aea3b8b01 /src/wrapped/wrappedlibxtst_private.h
parentb36eca9792b55ccf038407470e480edc80daf543 (diff)
downloadbox64-348bd64449843f70e08dd591c867973d83ea87eb.tar.gz
box64-348bd64449843f70e08dd591c867973d83ea87eb.zip
Added a bunch of X11 related wrapped libs
Diffstat (limited to 'src/wrapped/wrappedlibxtst_private.h')
-rwxr-xr-xsrc/wrapped/wrappedlibxtst_private.h33
1 files changed, 33 insertions, 0 deletions
diff --git a/src/wrapped/wrappedlibxtst_private.h b/src/wrapped/wrappedlibxtst_private.h
new file mode 100755
index 00000000..ce154256
--- /dev/null
+++ b/src/wrapped/wrappedlibxtst_private.h
@@ -0,0 +1,33 @@
+#if !(defined(GO) && defined(GOM) && defined(GO2) && defined(DATA))
+#error Meh....
+#endif
+
+GO(XRecordAllocRange, pFv)
+GO(XRecordCreateContext, LFpipipi)
+GO(XRecordDisableContext, iFpL)
+GOM(XRecordEnableContext, iFEpppp)
+GOM(XRecordEnableContextAsync, iFEpppp)
+GO(XRecordFreeContext, iFpL)
+GO(XRecordFreeData, vFp)
+GO(XRecordFreeState, vFp)
+GO(XRecordGetContext, iFpLp)
+GO(XRecordIdBaseMask, uFp)
+GO(XRecordProcessReplies, vFp)
+GO(XRecordQueryVersion, iFpii)
+GO(XRecordRegisterClients, iFpLipipi)
+GO(XRecordUnregisterClients, iFpLpi)
+GO(XTestCompareCurrentCursorWithWindow, iFpp)
+GO(XTestCompareCursorWithWindow, iFppp)
+GO(XTestDiscard, iFp)
+GO(XTestFakeButtonEvent, iFpuiL)
+GO(XTestFakeDeviceButtonEvent, iFppuipiL)
+GO(XTestFakeDeviceKeyEvent, iFppuipiL)
+GO(XTestFakeDeviceMotionEvent, iFppiipiL)
+GO(XTestFakeKeyEvent, iFpuiL)
+GO(XTestFakeMotionEvent, iFpiiiL)
+GO(XTestFakeProximityEvent, iFppipiL)
+GO(XTestFakeRelativeMotionEvent, iFpiiiL)
+GO(XTestGrabControl, iFpi)
+GO(XTestQueryExtension, iFppppp)
+GO(XTestSetGContextOfGC, vFpp)
+GO(XTestSetVisualIDOfVisual, vFpp)