aboutsummaryrefslogtreecommitdiffstats
path: root/event.c
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@suckless.org>2007-06-04 14:38:24 +0200
committerAnselm R. Garbe <arg@suckless.org>2007-06-04 14:38:24 +0200
commitff957d1eaca73800e59f640351dce35e3ab67f9e (patch)
treef1e6b80c6b5ec284dfea4bbb193f5ba62aca00fe /event.c
parent83aa110c6fabbf5f5a14b698a6ca22072cb80629 (diff)
downloaddwm-ff957d1eaca73800e59f640351dce35e3ab67f9e.tar.gz
uncommented creatnotify
Diffstat (limited to 'event.c')
-rw-r--r--event.c2
1 files changed, 1 insertions, 1 deletions
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,