diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-04-15 12:41:23 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-04-15 12:41:23 +0200 |
commit | 9547a28faa9b4a9df02bea3cd55b011d615532e9 (patch) | |
tree | 8a51a34b718db91fd726bbaf1c0c8285e42af949 /nx-X11/include | |
parent | 6236266d4e18d4d264fab94643f9473ec3458e47 (diff) | |
download | nx-libs-feature/nxcomp-bigreq-support.tar.gz nx-libs-feature/nxcomp-bigreq-support.tar.bz2 nx-libs-feature/nxcomp-bigreq-support.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')
-rw-r--r-- | nx-X11/include/X.h | 3 |
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, |