diff options
| author | Yang Liu <liuyang22@iscas.ac.cn> | 2025-09-02 17:34:06 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-02 11:34:06 +0200 |
| commit | 994ce41adc2efb811d890dfd28c1d37841630b01 (patch) | |
| tree | 391bbbd6996e268448681523bda913b85291cdc7 /src/wrapped/generated/wrappedlibdrmtypes.h | |
| parent | d8905272818e6355bcebc578c28bd7ac4a0a5975 (diff) | |
| download | box64-994ce41adc2efb811d890dfd28c1d37841630b01.tar.gz box64-994ce41adc2efb811d890dfd28c1d37841630b01.zip | |
[WRAPPER] Wrapped a bunch of symbols (#2997)
Diffstat (limited to 'src/wrapped/generated/wrappedlibdrmtypes.h')
| -rw-r--r-- | src/wrapped/generated/wrappedlibdrmtypes.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/wrapped/generated/wrappedlibdrmtypes.h b/src/wrapped/generated/wrappedlibdrmtypes.h index 101f4106..5f38e85f 100644 --- a/src/wrapped/generated/wrappedlibdrmtypes.h +++ b/src/wrapped/generated/wrappedlibdrmtypes.h @@ -12,8 +12,10 @@ #endif typedef void (*vFpV_t)(void*, ...); +typedef int32_t (*iFip_t)(int32_t, void*); #define SUPER() ADDED_FUNCTIONS() \ - GO(drmMsg, vFpV_t) + GO(drmMsg, vFpV_t) \ + GO(drmHandleEvent, iFip_t) #endif // __wrappedlibdrmTYPES_H_ |