uncommented creatnotify
authorAnselm R. Garbe <arg@suckless.org>
Mon, 04 Jun 2007 14:38:24 +0200
changeset 916 b0dfa4fe6c63
parent 915 67104d329f06
child 917 434e10a35d3c
uncommented creatnotify
event.c
--- a/event.c	Mon Jun 04 11:50:48 2007 +0200
+++ b/event.c	Mon Jun 04 14:38:24 2007 +0200
@@ -363,7 +363,7 @@
 	[ButtonPress] = buttonpress,
 	[ConfigureRequest] = configurerequest,
 	[ConfigureNotify] = configurenotify,
-	[CreateNotify] = createnotify,
+/*	[CreateNotify] = createnotify, */
 	[DestroyNotify] = destroynotify,
 	[EnterNotify] = enternotify,
 	[LeaveNotify] = leavenotify,