Move timers to the driver level. On X they are queued by the driver and checked on...
authorJackson Harper <jackson@novell.com>
Tue, 24 Aug 2004 11:29:44 +0000 (11:29 -0000)
committerJackson Harper <jackson@novell.com>
Tue, 24 Aug 2004 11:29:44 +0000 (11:29 -0000)
commit4ad54b53ce2beb491ebbcdfddf370ba97c19601a
treeb023960885434ab13048cb565714ef7ceede531c
parent0f5013d8c873b68d580d4f0c13eafafcb884d0b6
Move timers to the driver level. On X they are queued by the driver and checked on idle.

svn path=/trunk/mcs/; revision=32748
mcs/class/Managed.Windows.Forms/System.Windows.Forms/Timer.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUI.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUIDriver.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUIWin32.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUIX11.cs