about summary refs log tree commit diff stats
path: root/src/wrapped/generated/wrappedcairotypes.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-03-07 17:31:40 +0100
committerptitSeb <sebastien.chev@gmail.com>2024-03-07 17:31:40 +0100
commit7165ff7b840a7b4de13111b7d17e482d8e6cef9d (patch)
treeb7ab437b5b7736f46d81d31ee72ed40c22f13d7a /src/wrapped/generated/wrappedcairotypes.h
parent81d906fd3b6ed25a81665d839ceef2d88f4a74f9 (diff)
downloadbox64-7165ff7b840a7b4de13111b7d17e482d8e6cef9d.tar.gz
box64-7165ff7b840a7b4de13111b7d17e482d8e6cef9d.zip
More work on X11 wrapping, allowing gtk to run fully emulated
Diffstat (limited to 'src/wrapped/generated/wrappedcairotypes.h')
-rw-r--r--src/wrapped/generated/wrappedcairotypes.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/wrapped/generated/wrappedcairotypes.h b/src/wrapped/generated/wrappedcairotypes.h
index 20cdd188..4020471b 100644
--- a/src/wrapped/generated/wrappedcairotypes.h
+++ b/src/wrapped/generated/wrappedcairotypes.h
@@ -12,8 +12,11 @@
 #endif
 
 typedef void* (*pFp_t)(void*);
+typedef int32_t (*iFpppp_t)(void*, void*, void*, void*);
 
 #define SUPER() ADDED_FUNCTIONS() \
-	GO(cairo_xcb_device_get_connection, pFp_t)
+	GO(cairo_xcb_device_get_connection, pFp_t) \
+	GO(cairo_set_user_data, iFpppp_t) \
+	GO(cairo_surface_set_user_data, iFpppp_t)
 
 #endif // __wrappedcairoTYPES_H_