projects
/
suckless
/
dwm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83aa110
)
uncommented creatnotify
author
Anselm R. Garbe
<arg@suckless.org>
Mon, 4 Jun 2007 12:38:24 +0000
(14:38 +0200)
committer
Anselm R. Garbe
<arg@suckless.org>
Mon, 4 Jun 2007 12:38:24 +0000
(14:38 +0200)
event.c
patch
|
blob
|
history
diff --git
a/event.c
b/event.c
index 949812fe49814392f418e3575ffa1133961b9e96..1da9a6ba3ffd4d0d2d865135c597022cd0d5dcde 100644
(file)
--- 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,