remove idea about multithreaded access to Invalidate. people should be using Control...
authorChris Toshok <toshok@novell.com>
Wed, 29 Nov 2006 21:12:58 +0000 (21:12 -0000)
committerChris Toshok <toshok@novell.com>
Wed, 29 Nov 2006 21:12:58 +0000 (21:12 -0000)
svn path=/trunk/mcs/; revision=68699

mcs/class/Managed.Windows.Forms/System.Windows.Forms.X11Internal/NOTES

index e0bd8a53e5797606fd595ab1eaeb2bfa76a39bbf..887186ad071463be439ac630673c94a779745da3 100644 (file)
@@ -14,6 +14,3 @@ is empty, consume the paint queue.  This has the added benefit of
 making the paint queue a ThreadQueue local thing - no locking will be
 needed on it, since the only thing touching it will be the thread
 running the message pump.
-
--- need to check if Invalidate can be called from other threads in
-.net, and if it is called, whether or not anything happens.