From: Anselm R. Garbe Date: Mon, 4 Jun 2007 12:38:24 +0000 (+0200) Subject: uncommented creatnotify X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=commitdiff_plain;h=ff957d1eaca73800e59f640351dce35e3ab67f9e uncommented creatnotify --- 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,