Explorar o código

uncommented creatnotify

Anselm R. Garbe %!s(int64=18) %!d(string=hai) anos
pai
achega
ff957d1eac
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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,