* Timer.cs: Track the thread that the timer is started in (NOT
commit7e1b0f84a50e2321bdea538c666f1af4195489e4
authorJackson Harper <jackson@novell.com>
Mon, 21 Aug 2006 16:40:49 +0000 (21 16:40 -0000)
committerJackson Harper <jackson@novell.com>
Mon, 21 Aug 2006 16:40:49 +0000 (21 16:40 -0000)
treef1a7e05d75b86d524553fbf557c4baa3636b2586
parentebd68f4948220d016b39d71d63b85b3e6594ea9b
    * Timer.cs: Track the thread that the timer is started in (NOT
        CREATED), this way messages for it will only be triggered on its
        queue.
        * XEventQueue.cs: Track the timers here, this makes timers per
        thread, like MS.
        * XplatUIX11.cs: The timers are moved to the XEventQueue.

svn path=/trunk/mcs/; revision=64150
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms/Timer.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/XEventQueue.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUIX11.cs