Tcl Source Code

View Ticket
Login
Ticket UUID: 817249
Title: bring tclXtNotify.c up to date with Tcl_SetNotifier() change
Type: Patch Version: None
Submitter: fjhsf Created on: 2003-10-03 15:29:32
Subsystem: 05. XT Notifier Assigned To: jan.nijtmans
Priority: 5 Medium Severity: Minor
Status: Closed Last Modified: 2013-07-03 10:45:01
Resolution: Fixed Closed By: jan.nijtmans
    Closed on: 2013-07-03 10:45:01
Description:
The Xt Notifier broke when members were added to
Tcl_NotifierProcs
but InitNotifier() in tclXtNotify.c was not updated to
initialize 
them, so some random garbage went into the stub table.

The patch takes care of that as well as a case of a
local variable
hiding a global with the same name, and also clears up
a few
compiler warnings.
User Comments: jan.nijtmans added on 2013-07-03 10:45:01:

Fixed in core-8-5-branch [c21496f5a4] and trunk [023ab0d950]


fjhsf added on 2003-10-03 22:29:33:

File Added - 63313: xt-notifier-patch

Attachments: