# HG changeset patch # User Anselm R. Garbe # Date 1180960704 -7200 # Node ID b0dfa4fe6c633b9b3968bb7abeba29e939f785a8 # Parent 67104d329f06d4bebe96bfeeab7b755d5c9973a6 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 @@ [ButtonPress] = buttonpress, [ConfigureRequest] = configurerequest, [ConfigureNotify] = configurenotify, - [CreateNotify] = createnotify, +/* [CreateNotify] = createnotify, */ [DestroyNotify] = destroynotify, [EnterNotify] = enternotify, [LeaveNotify] = leavenotify,