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.Win32 DrawingToolkit.c


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

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

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.Win32/DrawingToolkit.cs,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** DrawingToolkit.cs   3 Jul 2003 20:47:28 -0000       1.9
--- DrawingToolkit.cs   9 Jul 2003 04:41:09 -0000       1.10
***************
*** 27,30 ****
--- 27,31 ----
  using System.Drawing.Imaging;
  using System.Collections;
+ using System.Threading;
  using d = System.Diagnostics.Debug;
  
***************
*** 62,65 ****
--- 63,73 ----
                        {
                                Win32.Api.PostQuitMessage(0);
+                       }
+ 
+       // 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]