diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-01-29 09:57:46 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-01-29 09:57:46 +0100 |
| commit | d48ab494374c47f2fb41d4e2427bd80761df0de2 (patch) | |
| tree | 63ae8131c54c84ce8af9d7c7f4833d712d0237bb /src/wrapped | |
| parent | 8ee250e9acd463b74e57c677630f8cb3c3c3e78b (diff) | |
| download | box64-d48ab494374c47f2fb41d4e2427bd80761df0de2.tar.gz box64-d48ab494374c47f2fb41d4e2427bd80761df0de2.zip | |
Added more slot for X11 Callbacks wrapping
Diffstat (limited to 'src/wrapped')
| -rw-r--r-- | src/wrapped/wrappedlibx11.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/wrapped/wrappedlibx11.c b/src/wrapped/wrappedlibx11.c index bbc59e66..8e6f5a33 100644 --- a/src/wrapped/wrappedlibx11.c +++ b/src/wrapped/wrappedlibx11.c @@ -547,7 +547,12 @@ GO(0) \ GO(1) \ GO(2) \ GO(3) \ -GO(4) +GO(4) \ +GO(5) \ +GO(6) \ +GO(7) \ +GO(8) + // XNGeometryCallback #define GO(A) \ |