diff options
Diffstat (limited to 'src')
| -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) \ |