event_names_table.h revision 7d8a9cc2
1972599cfSmrg/* 2972599cfSmrg * AUTOGENERATED FILE -- DO NOT EDIT 3972599cfSmrg * This file is generated automatically by the build process from 4972599cfSmrg * /home/nia/cvs/xsrc/ctwm-4.0.3/event_names.list 5972599cfSmrg */ 6972599cfSmrg 7972599cfSmrgstatic const char *event_names[] = { 8972599cfSmrg [KeyPress] = "KeyPress", 9972599cfSmrg [KeyRelease] = "KeyRelease", 10972599cfSmrg [ButtonPress] = "ButtonPress", 11972599cfSmrg [ButtonRelease] = "ButtonRelease", 12972599cfSmrg [MotionNotify] = "MotionNotify", 13972599cfSmrg [EnterNotify] = "EnterNotify", 14972599cfSmrg [LeaveNotify] = "LeaveNotify", 15972599cfSmrg [FocusIn] = "FocusIn", 16972599cfSmrg [FocusOut] = "FocusOut", 17972599cfSmrg [KeymapNotify] = "KeymapNotify", 18972599cfSmrg [Expose] = "Expose", 19972599cfSmrg [GraphicsExpose] = "GraphicsExpose", 20972599cfSmrg [NoExpose] = "NoExpose", 21972599cfSmrg [VisibilityNotify] = "VisibilityNotify", 22972599cfSmrg [CreateNotify] = "CreateNotify", 23972599cfSmrg [DestroyNotify] = "DestroyNotify", 24972599cfSmrg [UnmapNotify] = "UnmapNotify", 25972599cfSmrg [MapNotify] = "MapNotify", 26972599cfSmrg [MapRequest] = "MapRequest", 27972599cfSmrg [ReparentNotify] = "ReparentNotify", 28972599cfSmrg [ConfigureNotify] = "ConfigureNotify", 29972599cfSmrg [ConfigureRequest] = "ConfigureRequest", 30972599cfSmrg [GravityNotify] = "GravityNotify", 31972599cfSmrg [ResizeRequest] = "ResizeRequest", 32972599cfSmrg [CirculateNotify] = "CirculateNotify", 33972599cfSmrg [CirculateRequest] = "CirculateRequest", 34972599cfSmrg [PropertyNotify] = "PropertyNotify", 35972599cfSmrg [SelectionClear] = "SelectionClear", 36972599cfSmrg [SelectionRequest] = "SelectionRequest", 37972599cfSmrg [SelectionNotify] = "SelectionNotify", 38972599cfSmrg [ColormapNotify] = "ColormapNotify", 39972599cfSmrg [ClientMessage] = "ClientMessage", 40972599cfSmrg [MappingNotify] = "MappingNotify", 41972599cfSmrg}; 42972599cfSmrg