00001 static char *event_name[] = {
00002 "KeyPress",
00003 "KeyRelease",
00004 "ButtonPress",
00005 "ButtonRelease",
00006 "MotionNotify",
00007 "EnterNotify",
00008 "LeaveNotify",
00009 "FocusIn",
00010 "FocusOut",
00011 "KeymapNotify",
00012 "Expose",
00013 "GraphicsExpose",
00014 "NoExpose",
00015 "VisibilityNotify",
00016 "CreateNotify",
00017 "DestroyNotify",
00018 "UnmapNotify",
00019 "MapNotify",
00020 "MapRequest",
00021 "ReparentNotify",
00022 "ConfigureNotify",
00023 "ConfigureRequest",
00024 "GravityNotify",
00025 "ResizeRequest",
00026 "CirculateNotify",
00027 "CirculateRequest",
00028 "PropertyNotify",
00029 "SelectionClear",
00030 "SelectionRequest",
00031 "SelectionNotify",
00032 "ColormapNotify",
00033 "ClientMessage",
00034 "MappingNotify"
00035 };
00036
00037 static char *visual_name[] = {
00038 "StaticGray",
00039 "GrayScale",
00040 "StaticColor",
00041 "PseudoColor",
00042 "TrueColor",
00043 "DirectColor"
00044 };