diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2023-02-14 20:11:31 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2023-02-14 20:11:31 +0100 |
| commit | 920edce73e9cd5d59fe8f4403df53c6362636acd (patch) | |
| tree | 11c97b981a7a01a4fbbbdfa49a0bde20af402785 /src/tools | |
| parent | 7dc7b002c5e1cdf97e863c3cbd6474e86fe498a4 (diff) | |
| download | box64-920edce73e9cd5d59fe8f4403df53c6362636acd.tar.gz box64-920edce73e9cd5d59fe8f4403df53c6362636acd.zip | |
Some improvment to wrapped gtk3 and friends
Diffstat (limited to 'src/tools')
| -rwxr-xr-x | src/tools/gtkclass.c | 7 |
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; \ |