浏览代码

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,