uncommented creatnotify

This commit is contained in:
Anselm R. Garbe 2007-06-04 14:38:24 +02:00
parent 83aa110c6f
commit ff957d1eac
1 changed files with 1 additions and 1 deletions

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,