Commit ff957d1

Anselm R. Garbe <arg@suckless.org>
2007-06-04 08:38:24
uncommented creatnotify
1 parent 83aa110
Changed files (1)
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,