uncommented creatnotify
Anselm R. Garbe arg@suckless.org
Mon, 04 Jun 2007 14:38:24 +0200
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
event.c
→
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,