about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedlibxfixes_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/wrappedlibxfixes_private.h
parentb36eca9792b55ccf038407470e480edc80daf543 (diff)
downloadbox64-348bd64449843f70e08dd591c867973d83ea87eb.tar.gz
box64-348bd64449843f70e08dd591c867973d83ea87eb.zip
Added a bunch of X11 related wrapped libs
Diffstat (limited to 'src/wrapped/wrappedlibxfixes_private.h')
-rwxr-xr-xsrc/wrapped/wrappedlibxfixes_private.h42
1 files changed, 42 insertions, 0 deletions
diff --git a/src/wrapped/wrappedlibxfixes_private.h b/src/wrapped/wrappedlibxfixes_private.h
new file mode 100755
index 00000000..b388944b
--- /dev/null
+++ b/src/wrapped/wrappedlibxfixes_private.h
@@ -0,0 +1,42 @@
+#if !(defined(GO) && defined(GOM) && defined(GO2) && defined(DATA))
+#error Meh....
+#endif
+
+GO(XFixesChangeCursor, vFppp)
+GO(XFixesChangeCursorByName, vFppp)
+GO(XFixesChangeSaveSet, vFppiii)
+GO(XFixesCopyRegion, vFppp)
+GO(XFixesCreatePointerBarrier, pFppiiiiiip)
+GO(XFixesCreateRegion, pFppi)
+GO(XFixesCreateRegionFromBitmap, pFpp)
+GO(XFixesCreateRegionFromGC, pFpp)
+GO(XFixesCreateRegionFromPicture, pFpp)
+GO(XFixesCreateRegionFromWindow, pFppi)
+GO(XFixesDestroyPointerBarrier, vFpp)
+GO(XFixesDestroyRegion, vFpp)
+GO(XFixesExpandRegion, vFpppuuuu)
+DATA(XFixesExtensionInfo, sizeof(void*))    //B
+DATA(XFixesExtensionName, sizeof(void*))    //D
+GO(XFixesFetchRegion, pFppp)
+GO(XFixesFetchRegionAndBounds, pFpppp)
+GO(XFixesFindDisplay, pFp)
+GO(XFixesGetCursorImage, pFp)
+GO(XFixesGetCursorName, pFppp)
+GO(XFixesHideCursor, vFpp)
+GO(XFixesIntersectRegion, vFpppp)
+GO(XFixesInvertRegion, vFpppp)
+GO(XFixesQueryExtension, iFppp)
+GO(XFixesQueryVersion, iFppp)
+GO(XFixesRegionExtents, vFppp)
+GO(XFixesSelectCursorInput, vFppu)
+GO(XFixesSelectSelectionInput, vFpppu)
+GO(XFixesSetCursorName, vFppp)
+GO(XFixesSetGCClipRegion, vFppiip)
+GO(XFixesSetPictureClipRegion, vFppiip)
+GO(XFixesSetRegion, vFpppi)
+GO(XFixesSetWindowShapeRegion, vFppiiip)
+GO(XFixesShowCursor, vFpp)
+GO(XFixesSubtractRegion, vFpppp)
+GO(XFixesTranslateRegion, vFppii)
+GO(XFixesUnionRegion, vFpppp)
+GO(XFixesVersion, iFv)