summaryrefslogtreecommitdiff
path: root/table11.c
diff options
context:
space:
mode:
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);
}
/* ************************************************************ */