X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/83aa110c6fabbf5f5a14b698a6ca22072cb80629..c95bf3db9dcbf48428140bca6c2f86129977cc6c:/event.c?ds=sidebyside diff --git a/event.c b/event.c index 949812f..1da9a6b 100644 --- a/event.c +++ b/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,