Introduction
Introduction Statistics Contact Development Disclaimer Help
tuncommented creatnotify - dwm - [fork] customized build of dwm, the dynamic wi…
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit ff957d1eaca73800e59f640351dce35e3ab67f9e
parent 83aa110c6fabbf5f5a14b698a6ca22072cb80629
Author: Anselm R. Garbe <[email protected]>
Date: Mon, 4 Jun 2007 14:38:24 +0200
uncommented creatnotify
Diffstat:
M event.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/event.c b/event.c
t@@ -363,7 +363,7 @@ void (*handler[LASTEvent]) (XEvent *) = {
[ButtonPress] = buttonpress,
[ConfigureRequest] = configurerequest,
[ConfigureNotify] = configurenotify,
- [CreateNotify] = createnotify,
+/* [CreateNotify] = createnotify, */
[DestroyNotify] = destroynotify,
[EnterNotify] = enternotify,
[LeaveNotify] = leavenotify,
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.