diff options
| author | mhavu <marko.havu@aalto.fi> | 2022-04-05 08:40:11 +0300 |
|---|---|---|
| committer | mhavu <marko.havu@aalto.fi> | 2022-04-05 08:40:11 +0300 |
| commit | 0276267d3294f078d97f0bd02bb4ca5453d04886 (patch) | |
| tree | 12b8c7e81960d12a2a34bb47beca7ce70afedad1 /src | |
| parent | f2408e1f626cd2c85af93a27992a9234a7034f2a (diff) | |
| download | box64-0276267d3294f078d97f0bd02bb4ca5453d04886.tar.gz box64-0276267d3294f078d97f0bd02bb4ca5453d04886.zip | |
Harmonized signature of XID type parameters and added remaining XID wrappings
Diffstat (limited to 'src')
| -rwxr-xr-x | src/wrapped/wrappedlibx11_private.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/wrapped/wrappedlibx11_private.h b/src/wrapped/wrappedlibx11_private.h index c857355b..443b24e3 100755 --- a/src/wrapped/wrappedlibx11_private.h +++ b/src/wrapped/wrappedlibx11_private.h @@ -31,8 +31,8 @@ GO(XAllocColor, iFppp) GO(XAllocColorCells, iFppipipi) //GO(XAllocColorPlanes //GO(XAllocIconSize -// _XAllocID -// _XAllocIDs +GO(_XAllocID, LFp) +GO(_XAllocIDs, vFppi) GO(XAllocNamedColor, iFppppp) // _XAllocScratch GO(XAllocSizeHints, pFv) @@ -255,7 +255,7 @@ GO(XDefaultVisual, pFpi) //GO(XDefaultVisualOfScreen // _XDefaultWireError GO(XDefineCursor, iFppp) -GO(XDeleteContext, iFppp) +GO(XDeleteContext, iFpLi) //GO(XDeleteModifiermapEntry GO(XDeleteProperty, iFppp) // _XDeq @@ -342,7 +342,7 @@ GO(XFillPolygon, iFppppiii) GO(XFillRectangle, iFpppiiuu) GO(XFillRectangles, iFppppi) GO(XFilterEvent, iFpp) -GO(XFindContext, iFpppp) +GO(XFindContext, iFpLip) //GO(XFindOnExtensionList GO(XFlush, iFp) GO(_XFlush, vFp) @@ -693,7 +693,7 @@ GO(XKeysymToKeycode, uFpp) // _XKeysymToModifiers GO(XKeysymToString, pFp) // _XkeyTable // type r -//GO(XKillClient +GO(XKillClient, iFpL) GO(XLastKnownRequestProcessed, LFp) // _XlcAddCharSet // _XlcAddCT @@ -840,11 +840,11 @@ GO(XQueryBestCursor, iFppuupp) GO(XQueryColor, iFppp) GO(XQueryColors, iFpppi) GOM(XQueryExtension, iFEppppp) -GO(XQueryFont, pFpp) +GO(XQueryFont, pFpL) GO(XQueryKeymap, iFpp) GO(XQueryPointer, iFppppppppp) -GO(XQueryTextExtents, iFpppipppp) -GO(XQueryTextExtents16, iFpppipppp) +GO(XQueryTextExtents, iFpLpipppp) +GO(XQueryTextExtents16, iFpLpipppp) GO(XQueryTree, pFpppppp) GO(XRaiseWindow, iFpp) GO(_XRead, iFppi) @@ -908,7 +908,7 @@ GO(XRootWindow, pFpi) //GO(XRootWindowOfScreen GO(XRotateBuffers, iFpi) GO(XRotateWindowProperties, iFpppii) -GO(XSaveContext, iFpuip) +GO(XSaveContext, iFpLip) GO(XScreenCount, iFp) GO(XScreenNumberOfScreen, iFp) GO(XScreenOfDisplay, pFpi) |