event.c
changeset 916 b0dfa4fe6c63
parent 915 67104d329f06
child 919 0ed962cd6b87
equal deleted inserted replaced
915:67104d329f06 916:b0dfa4fe6c63
   361 
   361 
   362 void (*handler[LASTEvent]) (XEvent *) = {
   362 void (*handler[LASTEvent]) (XEvent *) = {
   363 	[ButtonPress] = buttonpress,
   363 	[ButtonPress] = buttonpress,
   364 	[ConfigureRequest] = configurerequest,
   364 	[ConfigureRequest] = configurerequest,
   365 	[ConfigureNotify] = configurenotify,
   365 	[ConfigureNotify] = configurenotify,
   366 	[CreateNotify] = createnotify,
   366 /*	[CreateNotify] = createnotify, */
   367 	[DestroyNotify] = destroynotify,
   367 	[DestroyNotify] = destroynotify,
   368 	[EnterNotify] = enternotify,
   368 	[EnterNotify] = enternotify,
   369 	[LeaveNotify] = leavenotify,
   369 	[LeaveNotify] = leavenotify,
   370 	[Expose] = expose,
   370 	[Expose] = expose,
   371 	[KeyPress] = keypress,
   371 	[KeyPress] = keypress,