From d48ab494374c47f2fb41d4e2427bd80761df0de2 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Mon, 29 Jan 2024 09:57:46 +0100 Subject: Added more slot for X11 Callbacks wrapping --- src/wrapped/wrappedlibx11.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src') 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) \ -- cgit 1.4.1