17d8a9cc2Snia/*
27d8a9cc2Snia * AUTOGENERATED FILE -- DO NOT EDIT
37d8a9cc2Snia * This file is generated automatically by the build process from
4df1c27a6Snia * /encrypt/home/nia/git/ctwm-4.1.0/event_names.list
57d8a9cc2Snia */
67d8a9cc2Snia
77d8a9cc2Sniastatic const char *event_names[] = {
87d8a9cc2Snia    [KeyPress] = "KeyPress",
97d8a9cc2Snia    [KeyRelease] = "KeyRelease",
107d8a9cc2Snia    [ButtonPress] = "ButtonPress",
117d8a9cc2Snia    [ButtonRelease] = "ButtonRelease",
127d8a9cc2Snia    [MotionNotify] = "MotionNotify",
137d8a9cc2Snia    [EnterNotify] = "EnterNotify",
147d8a9cc2Snia    [LeaveNotify] = "LeaveNotify",
157d8a9cc2Snia    [FocusIn] = "FocusIn",
167d8a9cc2Snia    [FocusOut] = "FocusOut",
177d8a9cc2Snia    [KeymapNotify] = "KeymapNotify",
187d8a9cc2Snia    [Expose] = "Expose",
197d8a9cc2Snia    [GraphicsExpose] = "GraphicsExpose",
207d8a9cc2Snia    [NoExpose] = "NoExpose",
217d8a9cc2Snia    [VisibilityNotify] = "VisibilityNotify",
227d8a9cc2Snia    [CreateNotify] = "CreateNotify",
237d8a9cc2Snia    [DestroyNotify] = "DestroyNotify",
247d8a9cc2Snia    [UnmapNotify] = "UnmapNotify",
257d8a9cc2Snia    [MapNotify] = "MapNotify",
267d8a9cc2Snia    [MapRequest] = "MapRequest",
277d8a9cc2Snia    [ReparentNotify] = "ReparentNotify",
287d8a9cc2Snia    [ConfigureNotify] = "ConfigureNotify",
297d8a9cc2Snia    [ConfigureRequest] = "ConfigureRequest",
307d8a9cc2Snia    [GravityNotify] = "GravityNotify",
317d8a9cc2Snia    [ResizeRequest] = "ResizeRequest",
327d8a9cc2Snia    [CirculateNotify] = "CirculateNotify",
337d8a9cc2Snia    [CirculateRequest] = "CirculateRequest",
347d8a9cc2Snia    [PropertyNotify] = "PropertyNotify",
357d8a9cc2Snia    [SelectionClear] = "SelectionClear",
367d8a9cc2Snia    [SelectionRequest] = "SelectionRequest",
377d8a9cc2Snia    [SelectionNotify] = "SelectionNotify",
387d8a9cc2Snia    [ColormapNotify] = "ColormapNotify",
397d8a9cc2Snia    [ClientMessage] = "ClientMessage",
407d8a9cc2Snia    [MappingNotify] = "MappingNotify",
417d8a9cc2Snia};
42