about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedlibxt_private.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-08-03 09:50:10 +0200
committerptitSeb <sebastien.chev@gmail.com>2021-08-03 09:50:10 +0200
commit2d321bbd335a2d0b21f4389f61ffcd2307d3aee4 (patch)
tree6944a31f9f7f02d8355fa1d898cfc20afb6fc92a /src/wrapped/wrappedlibxt_private.h
parent5b5f7c133e83b0f71c86850565c249ab5723aae0 (diff)
downloadbox64-2d321bbd335a2d0b21f4389f61ffcd2307d3aee4.tar.gz
box64-2d321bbd335a2d0b21f4389f61ffcd2307d3aee4.zip
Added 4 more libXt wrapped functions
Diffstat (limited to 'src/wrapped/wrappedlibxt_private.h')
-rwxr-xr-xsrc/wrapped/wrappedlibxt_private.h8
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)