event.c
changeset 916 b0dfa4fe6c63
parent 915 67104d329f06
child 919 0ed962cd6b87
--- 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,