about summary refs log tree commit diff stats
path: root/src/wrapped/generated/wrappedlibdrmtypes.h
diff options
context:
space:
mode:
authorYang Liu <liuyang22@iscas.ac.cn>2025-09-02 17:34:06 +0800
committerGitHub <noreply@github.com>2025-09-02 11:34:06 +0200
commit994ce41adc2efb811d890dfd28c1d37841630b01 (patch)
tree391bbbd6996e268448681523bda913b85291cdc7 /src/wrapped/generated/wrappedlibdrmtypes.h
parentd8905272818e6355bcebc578c28bd7ac4a0a5975 (diff)
downloadbox64-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.h4
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_