diff options
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 |