summaryrefslogtreecommitdiff
path: root/table11.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-08-12 16:40:09 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-08-12 16:50:41 -0700
commitb90bb97a5b8686ba050835724c6b299a0cfb0305 (patch)
tree81d76426bb76ba03565a4b45ed537ed84834dd85 /table11.c
parentf65c809fb7c269c2bf450274f424feab85ea95cb (diff)
downloadxscope-b90bb97a5b8686ba050835724c6b299a0cfb0305.tar.gz
Add GenericEvent support
Allows extensions to register their own decoders for GenericEvents, though none do, since XInput isn't decoded yet Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'table11.c')
-rw-r--r--table11.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/table11.c b/table11.c
index 56fe988..f701e87 100644
--- a/table11.c
+++ b/table11.c
@@ -604,6 +604,7 @@ InitEnumeratedTypes (void)
DefineEValue(p, 32L, "ColormapNotify");
DefineEValue(p, 33L, "ClientMessage");
DefineEValue(p, 34L, "MappingNotify");
+ DefineEValue(p, 35L, "GenericEvent");
p = DefineType(BITGRAVITY, ENUMERATED, "BITGRAVITY", (PrintProcType) PrintENUMERATED);
@@ -876,6 +877,8 @@ InitEnumeratedTypes (void)
DefineEValue(p, 3L, "PseudoColor");
DefineEValue(p, 4L, "TrueColor");
DefineEValue(p, 5L, "DirectColor");
+
+ p = DefineType(EXTENSION, ENUMERATED, "EXTENSION", (PrintProcType) PrintENUMERATED);
}
/* ************************************************************ */