aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/include/X.h
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-04-15 12:41:23 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-04-15 12:41:23 +0200
commit9547a28faa9b4a9df02bea3cd55b011d615532e9 (patch)
tree8a51a34b718db91fd726bbaf1c0c8285e42af949 /nx-X11/include/X.h
parent6236266d4e18d4d264fab94643f9473ec3458e47 (diff)
downloadnx-libs-9547a28faa9b4a9df02bea3cd55b011d615532e9.tar.gz
nx-libs-9547a28faa9b4a9df02bea3cd55b011d615532e9.tar.bz2
nx-libs-9547a28faa9b4a9df02bea3cd55b011d615532e9.zip
Add BIGREQUEST extension support to nxproxy/nxcomp.feature/nxcomp-bigreq-support
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
Diffstat (limited to 'nx-X11/include/X.h')
-rw-r--r--nx-X11/include/X.h3
1 files changed, 2 insertions, 1 deletions
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,