diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-08-03 09:50:10 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-08-03 09:50:10 +0200 |
| commit | 2d321bbd335a2d0b21f4389f61ffcd2307d3aee4 (patch) | |
| tree | 6944a31f9f7f02d8355fa1d898cfc20afb6fc92a /src/wrapped/wrappedlibxt_private.h | |
| parent | 5b5f7c133e83b0f71c86850565c249ab5723aae0 (diff) | |
| download | box64-2d321bbd335a2d0b21f4389f61ffcd2307d3aee4.tar.gz box64-2d321bbd335a2d0b21f4389f61ffcd2307d3aee4.zip | |
Added 4 more libXt wrapped functions
Diffstat (limited to 'src/wrapped/wrappedlibxt_private.h')
| -rwxr-xr-x | src/wrapped/wrappedlibxt_private.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/wrapped/wrappedlibxt_private.h b/src/wrapped/wrappedlibxt_private.h index 904c6645..68139c5e 100755 --- a/src/wrapped/wrappedlibxt_private.h +++ b/src/wrapped/wrappedlibxt_private.h @@ -28,10 +28,10 @@ GOM(XtAddEventHandler, vFEpuipp) //GO(XtAppAddActions, //GO(XtAppAddBlockHook, //GO(XtAppAddConverter, -//GO(XtAppAddInput, +GOM(XtAppAddInput, lFEpippp) //GO(XtAppAddSignal, //GO(XtAppAddTimeOut, -//GO(XtAppAddWorkProc, +GOM(XtAppAddWorkProc, lFEppp) GO(XtAppCreateShell, pFpppppu) //GO(_XtAppCreateShell, //GO(XtAppError, @@ -345,13 +345,13 @@ GO(XtRegisterDrawable, vFppp) GO(XtRemoveEventHandler, vFpup) // need to wrap to free event handler? //GO(XtRemoveEventTypeHandler, //GO(XtRemoveGrab, -//GO(XtRemoveInput, +GO(XtRemoveInput, vFl) //GO(XtRemoveRawEventHandler, //GO(XtRemoveSignal, //GO(_XtRemoveStateTreeByIndex, GO(XtRemoveTimeOut, vFp) //GO(_XtRemoveTranslations, -//GO(XtRemoveWorkProc, +GO(XtRemoveWorkProc, vFl) //GO(XtReservePropertyAtom, GO(XtResizeWidget, vFpuuu) GO(XtResizeWindow, vFp) |