dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnetlib/System.Drawing.Xsharp DrawingToolkit.


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/System.Drawing.Xsharp DrawingToolkit.cs, 1.12, 1.13
Date: Wed, 09 Jul 2003 00:41:12 -0400

Update of /cvsroot/dotgnu-pnet/pnetlib/System.Drawing.Xsharp
In directory subversions:/tmp/cvs-serv18518/System.Drawing.Xsharp

Modified Files:
        DrawingToolkit.cs 
Log Message:


Put some infrastructure in place to support multi-threaded Forms
applications - sending requests to another thread's message loop
for execution.


Index: DrawingToolkit.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System.Drawing.Xsharp/DrawingToolkit.cs,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** DrawingToolkit.cs   24 Jun 2003 11:10:02 -0000      1.12
--- DrawingToolkit.cs   9 Jul 2003 04:41:09 -0000       1.13
***************
*** 28,31 ****
--- 28,32 ----
  using System.Drawing.Text;
  using System.Drawing.Imaging;
+ using System.Threading;
  using Xsharp;
  
***************
*** 141,144 ****
--- 142,152 ----
                        {
                                app.Display.Quit();
+                       }
+ 
+       // Send a wakeup message to a thread's message queue to cause
+       // it to return back from "ProcessEvents".
+       public void Wakeup(Thread thread)
+                       {
+                               // TODO
                        }
  





reply via email to

[Prev in Thread] Current Thread [Next in Thread]