pkgsrc/math/abacus/patches/patch-af
wiz 6e909713e5 Make it compile with tcl/tk-8.3.2. Dumps core on startup, though.
Still marked BROKEN, committed as starting point for tcl/tk hackers.
2000-09-03 23:08:33 +00:00

13 lines
418 B
Text

$NetBSD: patch-af,v 1.1 2000/09/03 23:08:34 wiz Exp $
--- canvas-tcl8.0.3/tkEvent.c.orig Wed Sep 30 03:05:07 1998
+++ canvas-tcl8.0.3/tkEvent.c
@@ -836,7 +836,7 @@
* Find our display structure for the event's display.
*/
- for (dispPtr = tkDisplayList; ; dispPtr = dispPtr->nextPtr) {
+ for (dispPtr = TkGetDisplayList(); ; dispPtr = dispPtr->nextPtr) {
if (dispPtr == NULL) {
return;
}