소스 검색

uncommented creatnotify

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,