Anselm R. Garbe пре 18 година
родитељ
комит
ff957d1eac
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      event.c

+ 1 - 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,