diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-07-11 16:18:26 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-07-11 16:18:26 +0200 |
| commit | 74dd9f2778523f4ba113f6cbc88d8361b8f1572d (patch) | |
| tree | a65e1e54b6996f104d1ed46dd90a467421c660fb /src | |
| parent | 495262f90256bc341d67ec4e67879bcc31b1e174 (diff) | |
| download | box64-74dd9f2778523f4ba113f6cbc88d8361b8f1572d.tar.gz box64-74dd9f2778523f4ba113f6cbc88d8361b8f1572d.zip | |
Boosted number of X11 callback to 100
Diffstat (limited to 'src')
| -rw-r--r-- | src/wrapped/wrappedlibx11.c | 38 |
1 files changed, 1 insertions, 37 deletions
diff --git a/src/wrapped/wrappedlibx11.c b/src/wrapped/wrappedlibx11.c index a7eecd83..bdfc3469 100644 --- a/src/wrapped/wrappedlibx11.c +++ b/src/wrapped/wrappedlibx11.c @@ -759,43 +759,7 @@ typedef struct { #define XNStringConversionCallback "stringConversionCallback" // utility functions -#define SUPER() \ -GO(0) \ -GO(1) \ -GO(2) \ -GO(3) \ -GO(4) \ -GO(5) \ -GO(6) \ -GO(7) \ -GO(8) \ -GO(9) \ -GO(10) \ -GO(11) \ -GO(12) \ -GO(13) \ -GO(14) \ -GO(15) \ -GO(16) \ -GO(17) \ -GO(18) \ -GO(19) \ -GO(20) \ -GO(21) \ -GO(22) \ -GO(23) \ -GO(24) \ -GO(25) \ -GO(26) \ -GO(27) \ -GO(28) \ -GO(29) \ -GO(30) \ -GO(31) - - - - +#include "super100.h" // XNGeometryCallback #define GO(A) \ |