event_names_table.h revision df1c27a6
1/*
2 * AUTOGENERATED FILE -- DO NOT EDIT
3 * This file is generated automatically by the build process from
4 * /encrypt/home/nia/git/ctwm-4.1.0/event_names.list
5 */
6
7static const char *event_names[] = {
8    [KeyPress] = "KeyPress",
9    [KeyRelease] = "KeyRelease",
10    [ButtonPress] = "ButtonPress",
11    [ButtonRelease] = "ButtonRelease",
12    [MotionNotify] = "MotionNotify",
13    [EnterNotify] = "EnterNotify",
14    [LeaveNotify] = "LeaveNotify",
15    [FocusIn] = "FocusIn",
16    [FocusOut] = "FocusOut",
17    [KeymapNotify] = "KeymapNotify",
18    [Expose] = "Expose",
19    [GraphicsExpose] = "GraphicsExpose",
20    [NoExpose] = "NoExpose",
21    [VisibilityNotify] = "VisibilityNotify",
22    [CreateNotify] = "CreateNotify",
23    [DestroyNotify] = "DestroyNotify",
24    [UnmapNotify] = "UnmapNotify",
25    [MapNotify] = "MapNotify",
26    [MapRequest] = "MapRequest",
27    [ReparentNotify] = "ReparentNotify",
28    [ConfigureNotify] = "ConfigureNotify",
29    [ConfigureRequest] = "ConfigureRequest",
30    [GravityNotify] = "GravityNotify",
31    [ResizeRequest] = "ResizeRequest",
32    [CirculateNotify] = "CirculateNotify",
33    [CirculateRequest] = "CirculateRequest",
34    [PropertyNotify] = "PropertyNotify",
35    [SelectionClear] = "SelectionClear",
36    [SelectionRequest] = "SelectionRequest",
37    [SelectionNotify] = "SelectionNotify",
38    [ColormapNotify] = "ColormapNotify",
39    [ClientMessage] = "ClientMessage",
40    [MappingNotify] = "MappingNotify",
41};
42