X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=event.c;fp=event.c;h=1da9a6ba3ffd4d0d2d865135c597022cd0d5dcde;hp=949812fe49814392f418e3575ffa1133961b9e96;hb=ff957d1eaca73800e59f640351dce35e3ab67f9e;hpb=83aa110c6fabbf5f5a14b698a6ca22072cb80629 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,