about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedlibxpm_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/wrappedlibxpm_private.h
parentb36eca9792b55ccf038407470e480edc80daf543 (diff)
downloadbox64-348bd64449843f70e08dd591c867973d83ea87eb.tar.gz
box64-348bd64449843f70e08dd591c867973d83ea87eb.zip
Added a bunch of X11 related wrapped libs
Diffstat (limited to 'src/wrapped/wrappedlibxpm_private.h')
-rwxr-xr-xsrc/wrapped/wrappedlibxpm_private.h69
1 files changed, 69 insertions, 0 deletions
diff --git a/src/wrapped/wrappedlibxpm_private.h b/src/wrapped/wrappedlibxpm_private.h
new file mode 100755
index 00000000..fc71b02e
--- /dev/null
+++ b/src/wrapped/wrappedlibxpm_private.h
@@ -0,0 +1,69 @@
+#if !(defined(GO) && defined(GOM) && defined(GO2) && defined(DATA))
+#error Meh....
+#endif
+
+//GO(xpmatoui, 
+GO(XpmAttributesSize, iFv)
+GO(XpmCreateBufferFromImage, iFppppp)   // need unwrapping of Image?
+GO(XpmCreateBufferFromPixmap, iFppppp)
+GO(XpmCreateBufferFromXpmImage, iFppp)
+GO(XpmCreateDataFromImage, iFppppp)
+GO(XpmCreateDataFromPixmap, iFppppp)
+GO(XpmCreateDataFromXpmImage, iFppp)
+GO(XpmCreateImageFromBuffer, iFppppp)   // XImage...
+GO(XpmCreateImageFromData, iFppppp)     // XImage...
+//GO(xpmCreateImageFromPixmap, 
+GO(XpmCreateImageFromXpmImage, iFppppp)
+GO(XpmCreatePixmapFromBuffer, iFpppppp)
+GO(XpmCreatePixmapFromData, iFpppppp)
+//GO(xpmCreatePixmapFromImage, 
+GO(XpmCreatePixmapFromXpmImage, iFpppppp)
+GO(XpmCreateXpmImageFromBuffer, iFppp)
+GO(XpmCreateXpmImageFromData, iFppp)
+GO(XpmCreateXpmImageFromImage, iFppppp)
+GO(XpmCreateXpmImageFromPixmap, iFppppp)
+GO(XpmFree, vFp)
+GO(XpmFreeAttributes, vFp)
+//GO(xpmFreeColorTable, 
+GO(XpmFreeExtensions, vFpi)
+//GO(xpmFreeRgbNames, 
+GO(XpmFreeXpmImage, vFp)
+GO(XpmFreeXpmInfo, vFp)
+//GO(xpmGetCmt, 
+GO(XpmGetErrorString, pFi)
+//GO(xpmGetRgbName, 
+//GO(xpmGetString, 
+//GO(xpmHashIntern, 
+//GO(xpmHashSlot, 
+//GO(xpmHashTableFree, 
+//GO(xpmHashTableInit, 
+//GO(xpmInitAttributes, 
+//GO(xpmInitXpmImage, 
+//GO(xpmInitXpmInfo, 
+GO(XpmLibraryVersion, iFv)
+//GO(xpmNextString, 
+//GO(xpmNextUI, 
+//GO(xpmNextWord, 
+//GO(xpmParseColors, 
+//GO(xpmParseData, 
+//GO(xpmParseDataAndCreate, 
+//GO(xpmParseExtensions, 
+//GO(xpmParseHeader, 
+//GO(xpmParseValues, 
+//GO(xpmPipeThrough, 
+GO(XpmReadFileToBuffer, iFpp)
+GO(XpmReadFileToData, iFpp)
+//GO(XpmReadFileToImage, 
+GO(XpmReadFileToPixmap, iFpppppp)
+GO(XpmReadFileToXpmImage, iFppp)
+//GO(xpmReadRgbNames, 
+//GO(xpmSetAttributes, 
+//GO(xpmSetInfo, 
+//GO(xpmSetInfoMask, 
+GO(XpmWriteFileFromBuffer, iFpp)
+GO(XpmWriteFileFromData, iFpp)
+//GO(XpmWriteFileFromImage, 
+GO(XpmWriteFileFromPixmap, iFppppp)
+GO(XpmWriteFileFromXpmImage, iFppp)
+//GO(xpm_xynormalizeimagebits, 
+//GO(xpm_znormalizeimagebits,