From 9547a28faa9b4a9df02bea3cd55b011d615532e9 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Wed, 15 Apr 2015 12:41:23 +0200 Subject: Add BIGREQUEST extension support to nxproxy/nxcomp. This work has been started by Paul Szarbo but has been discontinued before final completion. So, this is work in progress. For reference / communication history, see [1]. [1] https://bugs.debian.org/766299 --- nx-X11/include/X.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nx-X11/include/X.h') diff --git a/nx-X11/include/X.h b/nx-X11/include/X.h index 0a9c501fb..ebcc767da 100644 --- a/nx-X11/include/X.h +++ b/nx-X11/include/X.h @@ -216,7 +216,8 @@ are reserved in the protocol for errors and replies. */ #define ColormapNotify 32 #define ClientMessage 33 #define MappingNotify 34 -#define LASTEvent 35 /* must be bigger than any event # */ +#define GenericEvent 35 +#define LASTEvent 36 /* must be bigger than any event # */ /* Key masks. Used as modifiers to GrabButton and GrabKey, results of QueryPointer, -- cgit v1.2.3