tk/tk-bind.patch

13 lines
314 B
Diff

--- generic/tkBind.c
+++ generic/tkBind.c
@@ -574,6 +574,9 @@
/* ColormapNotify */ COLORMAP,
/* ClientMessage */ 0,
/* MappingNotify */ 0,
+#ifdef GenericEvent
+ /* GenericEvent */ 0,
+#endif
/* VirtualEvent */ VIRTUAL,
/* Activate */ ACTIVATE,
/* Deactivate */ ACTIVATE,