changeset: 916:b0dfa4fe6c63
tag: tip
user: Anselm R. Garbe <arg_AT_suckless.org>
date: Mon Jun 04 14:38:24 2007 +0200
summary: uncommented creatnotify
diff -r 67104d329f06 -r b0dfa4fe6c63 event.c
--- a/event.c Mon Jun 04 11:50:48 2007 +0200
+++ b/event.c Mon Jun 04 14:38:24 2007 +0200
@@ -363,7 +363,7 @@ void (*handler[LASTEvent]) (XEvent *) =
[ButtonPress] = buttonpress,
[ConfigureRequest] = configurerequest,
[ConfigureNotify] = configurenotify,
- [CreateNotify] = createnotify,
+/* [CreateNotify] = createnotify, */
[DestroyNotify] = destroynotify,
[EnterNotify] = enternotify,
[LeaveNotify] = leavenotify,
Received on Mon Jun 04 2007 - 14:38:43 UTC
This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 15:57:16 UTC