Import Tk 8.6.12
This commit is contained in:
@@ -340,7 +340,7 @@ DestroyBusy(
|
||||
RefWinEventProc, busyPtr);
|
||||
|
||||
if (busyPtr->tkBusy != NULL) {
|
||||
Tk_FreeConfigOptions(data, busyPtr->optionTable, busyPtr->tkBusy);
|
||||
Tk_FreeConfigOptions((char *)data, busyPtr->optionTable, busyPtr->tkBusy);
|
||||
Tk_DeleteEventHandler(busyPtr->tkBusy, StructureNotifyMask,
|
||||
BusyEventProc, busyPtr);
|
||||
Tk_ManageGeometry(busyPtr->tkBusy, NULL, busyPtr);
|
||||
|
||||
Reference in New Issue
Block a user