Browse Source

uncommented creatnotify

master
Anselm R. Garbe 17 years ago
parent
commit
ff957d1eac
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      event.c

+ 1
- 1
event.c View File

@ -363,7 +363,7 @@ void (*handler[LASTEvent]) (XEvent *) = {
[ButtonPress] = buttonpress,
[ConfigureRequest] = configurerequest,
[ConfigureNotify] = configurenotify,
[CreateNotify] = createnotify,
/* [CreateNotify] = createnotify, */
[DestroyNotify] = destroynotify,
[EnterNotify] = enternotify,
[LeaveNotify] = leavenotify,


Loading…
Cancel
Save