diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-02-27 14:03:33 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-02-27 14:03:33 +0100 |
| commit | c786e6d5769a2a716c29301bc75c2228b9a5bdf5 (patch) | |
| tree | 8dc9a8ad320b554fcdaf208b991bd41755c09032 /src | |
| parent | e9ce6a4f80a1b82e5e8fcfac5951f1684df2836d (diff) | |
| download | box64-c786e6d5769a2a716c29301bc75c2228b9a5bdf5.tar.gz box64-c786e6d5769a2a716c29301bc75c2228b9a5bdf5.zip | |
Added some more slots for X11 callbacks (help Cyberpunk 2077)
Diffstat (limited to 'src')
| -rw-r--r-- | src/wrapped/wrappedlibx11.c | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/wrapped/wrappedlibx11.c b/src/wrapped/wrappedlibx11.c index d34de369..8f80092a 100644 --- a/src/wrapped/wrappedlibx11.c +++ b/src/wrapped/wrappedlibx11.c @@ -551,7 +551,15 @@ GO(4) \ GO(5) \ GO(6) \ GO(7) \ -GO(8) +GO(8) \ +GO(9) \ +GO(10) \ +GO(11) \ +GO(12) \ +GO(13) \ +GO(14) \ +GO(15) + // XNGeometryCallback |