--- src/other/tk/generic/tkBind.c.orig 2008-08-18 19:21:58.000000000 +0000 +++ src/other/tk/generic/tkBind.c 2008-10-05 15:41:44.000000000 +0000 @@ -574,6 +574,9 @@ /* ColormapNotify */ COLORMAP, /* ClientMessage */ 0, /* MappingNotify */ 0, +#ifdef GenericEvent + /* GenericEvent */ 0, +#endif /* VirtualEvent */ VIRTUAL, /* Activate */ ACTIVATE, /* Deactivate */ ACTIVATE,