uncommented creatnotify
This commit is contained in:
parent
83aa110c6f
commit
ff957d1eac
1 changed files with 1 additions and 1 deletions
2
event.c
2
event.c
|
@ -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…
Reference in a new issue