From 920edce73e9cd5d59fe8f4403df53c6362636acd Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Tue, 14 Feb 2023 20:11:31 +0100 Subject: Some improvment to wrapped gtk3 and friends --- src/tools/gtkclass.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/tools') 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; \ -- cgit 1.4.1