--- tk8.4.18-orig/generic/tkBind.c 2006-07-21 08:26:54.000000000 +0200 +++ tk8.4.18/generic/tkBind.c 2008-07-05 12:17:10.000000000 +0200 @@ -586,6 +586,9 @@ /* ColormapNotify */ COLORMAP, /* ClientMessage */ 0, /* MappingNotify */ 0, +#ifdef GenericEvent + /* GenericEvent */ 0, +#endif /* VirtualEvent */ VIRTUAL, /* Activate */ ACTIVATE, /* Deactivate */ ACTIVATE,