/[dotgnu-pnet]/pnetlib/System.Drawing.Xsharp/DrawingWindow.cs
ViewVC logotype

Diff of /pnetlib/System.Drawing.Xsharp/DrawingWindow.cs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.28 by darkdust, Tue Mar 22 12:20:54 2005 UTC revision 1.29 by drobosson, Wed Sep 21 23:29:33 2005 UTC
# Line 756  internal sealed class DrawingWindow : In Line 756  internal sealed class DrawingWindow : In
756                          {                          {
757                                  base.SendBeginInvoke(i_gch);                                  base.SendBeginInvoke(i_gch);
758                          }                          }
759                            
760            protected override void OnBeginInvokeMessage(IntPtr i_gch)
761                            {
762                                    if( sink != null )
763                                            sink.ToolkitBeginInvoke(i_gch);
764                            }
765    
766  }; // class DrawingWindow  }; // class DrawingWindow
767    

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26