diff options
| author | rajdakin <rajdakin@gmail.com> | 2021-07-31 13:38:01 +0200 |
|---|---|---|
| committer | rajdakin <rajdakin@gmail.com> | 2021-07-31 13:38:22 +0200 |
| commit | e1d8f1d7e55ea83a8c30680560c22b200cdeb9cd (patch) | |
| tree | b9efa9e0ba1331bbe4d3ccf100cf465b720e3faf /src/wrapped/wrappedlibxt_private.h | |
| parent | c8640caba352bed19d7289cf9761c0d14d3d2b19 (diff) | |
| download | box64-e1d8f1d7e55ea83a8c30680560c22b200cdeb9cd.tar.gz box64-e1d8f1d7e55ea83a8c30680560c22b200cdeb9cd.zip | |
Fixed some wrapped functions, upgraded the rebuild_wrapper script [SDL2 DOESN'T WORK, FIX UNDERWAY]
Diffstat (limited to 'src/wrapped/wrappedlibxt_private.h')
| -rwxr-xr-x | src/wrapped/wrappedlibxt_private.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/wrapped/wrappedlibxt_private.h b/src/wrapped/wrappedlibxt_private.h index 20feb4e3..904c6645 100755 --- a/src/wrapped/wrappedlibxt_private.h +++ b/src/wrapped/wrappedlibxt_private.h @@ -240,7 +240,7 @@ GO(XtGrabPointer, iFpiuiipp) //GO(_XtHeapFree, //GO(_XtHeapInit, //GO(XtHooksOfDisplay, -//GO(_XtInherit, +GO(_XtInherit, vFv) //GO(XtInitialize, //GO(_XtInitializeActionData, //GO(XtInitializeWidgetClass, @@ -439,6 +439,4 @@ GO(XtWindow, pFp) //GO(XtWindowOfObject, GO(XtWindowToWidget, pFpp) -GO(_XtInherit, vFv) - -DATA(overrideShellClassRec, 96) // real size? this is full of Callback function, so maybe wrap at some point? \ No newline at end of file +DATA(overrideShellClassRec, 96) // real size? this is full of Callback function, so maybe wrap at some point? |