diff options
| author | Leslie Zhai <zhaixiang@loongson.cn> | 2025-10-17 14:05:12 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-17 08:05:12 +0200 |
| commit | c8f6041ab0cecf777aea51303efb08cf0781b2ce (patch) | |
| tree | 42b485a17ec006b5aaeadc110c7eed21e75521a1 /src | |
| parent | 640e2b8bcf0a5b14c43a50b87df4d35620c7a4f5 (diff) | |
| download | box64-c8f6041ab0cecf777aea51303efb08cf0781b2ce.tar.gz box64-c8f6041ab0cecf777aea51303efb08cf0781b2ce.zip | |
[WRAPPER] Fix no more slot for glib2 GSourceFunc callback (#3075)
Diffstat (limited to 'src')
| -rw-r--r-- | src/wrapped/wrappedglib2.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wrapped/wrappedglib2.c b/src/wrapped/wrappedglib2.c index 66c9e99d..a8a9ad2b 100644 --- a/src/wrapped/wrappedglib2.c +++ b/src/wrapped/wrappedglib2.c @@ -70,6 +70,11 @@ GO(6) \ GO(7) \ GO(8) \ GO(9) \ +GO(10) \ +GO(11) \ +GO(12) \ +GO(13) \ +GO(14) \ // GCopyFct #define GO(A) \ |