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

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

[Dotgnu-pnet-commits] pnetlib/System.Drawing.Xsharp DrawingTopLevelWindo


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] pnetlib/System.Drawing.Xsharp DrawingTopLevelWindow.cs, 1.20, 1.21
Date: Wed, 03 Dec 2003 06:46:00 +0000

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

Modified Files:
        DrawingTopLevelWindow.cs 
Log Message:


Wrong depth value supplied to "XCreateWindow" when creating an input-only 
window.


Index: DrawingTopLevelWindow.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System.Drawing.Xsharp/DrawingTopLevelWindow.cs,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** DrawingTopLevelWindow.cs    3 Dec 2003 05:14:20 -0000       1.20
--- DrawingTopLevelWindow.cs    3 Dec 2003 06:45:58 -0000       1.21
***************
*** 565,568 ****
--- 565,569 ----
        protected override void OnResize(int width, int height)
                        {
+                               base.OnResize(width, height);
                                if(sink != null)
                                {





reply via email to

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