diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-11-13 14:39:08 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-11-13 14:39:08 +0100 |
| commit | 21e403c908e01179a5a8105424614ddb1e2d3c2e (patch) | |
| tree | 15b7c5d72cde0a0e29f71cf0df80b2cbcfc54ada /src | |
| parent | f66aa575947ce827fc99f694ee74a3509d2c5c00 (diff) | |
| download | box64-21e403c908e01179a5a8105424614ddb1e2d3c2e.tar.gz box64-21e403c908e01179a5a8105424614ddb1e2d3c2e.zip | |
[WRAPPER] Added more callback slots for libwaylend-client
Diffstat (limited to 'src')
| -rw-r--r-- | src/wrapped/wrappedwaylandclient.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/wrapped/wrappedwaylandclient.c b/src/wrapped/wrappedwaylandclient.c index 1250c5c9..737a2418 100644 --- a/src/wrapped/wrappedwaylandclient.c +++ b/src/wrapped/wrappedwaylandclient.c @@ -33,7 +33,12 @@ GO(0) \ GO(1) \ GO(2) \ GO(3) \ -GO(4) +GO(4) \ +GO(5) \ +GO(6) \ +GO(7) \ +GO(8) \ +GO(9) \ //wl_log_func_t #ifdef CONVERT_VALIST |