about summary refs log tree commit diff stats
path: root/src/tools
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-02-14 20:11:31 +0100
committerptitSeb <sebastien.chev@gmail.com>2023-02-14 20:11:31 +0100
commit920edce73e9cd5d59fe8f4403df53c6362636acd (patch)
tree11c97b981a7a01a4fbbbdfa49a0bde20af402785 /src/tools
parent7dc7b002c5e1cdf97e863c3cbd6474e86fe498a4 (diff)
downloadbox64-920edce73e9cd5d59fe8f4403df53c6362636acd.tar.gz
box64-920edce73e9cd5d59fe8f4403df53c6362636acd.zip
Some improvment to wrapped gtk3 and friends
Diffstat (limited to 'src/tools')
-rwxr-xr-xsrc/tools/gtkclass.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/tools/gtkclass.c b/src/tools/gtkclass.c
index 34ee00e6..8359294a 100755
--- a/src/tools/gtkclass.c
+++ b/src/tools/gtkclass.c
@@ -51,7 +51,12 @@ GO(3)   \
 GO(4)   \
 GO(5)   \
 GO(6)   \
-GO(7)
+GO(7)	\
+GO(8)	\
+GO(9)	\
+GO(10)	\
+GO(11)	\
+GO(12)
 
 #define WRAPPED(A, NAME, RET, DEF, N, ...)  \
 static uintptr_t my_##NAME##_fct_##A = 0;   \