diff -crN oommf12a3/pkg/ow/procs.tcl oommf/pkg/ow/procs.tcl *** oommf12a3/pkg/ow/procs.tcl Mon Jul 2 03:36:40 2001 --- oommf/pkg/ow/procs.tcl Mon Sep 27 18:48:56 2004 *************** *** 459,464 **** --- 459,467 ---- # Routines to push/pop watch cursor onto all currently # existing toplevel windows. # + frame .owhiddencursorframe -cursor watch ;# Leave this unmapped; + ## the purpose is just to hold a reference to the watch cursor + ## as a workaround to an apparent X memory leak. set _watch_cursor_count 0 set _watch_cursor_safetyid {} proc Ow_PushWatchCursor {} {