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

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

[Dotgnu-pnet-commits] pnetlib/Xsharp InputOnlyWidget.cs,1.6,1.7


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

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

Modified Files:
        InputOnlyWidget.cs 
Log Message:


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


Index: InputOnlyWidget.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/Xsharp/InputOnlyWidget.cs,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** InputOnlyWidget.cs  21 Nov 2003 03:40:42 -0000      1.6
--- InputOnlyWidget.cs  3 Dec 2003 06:45:58 -0000       1.7
***************
*** 116,120 ****
                                                                (display, 
pwindow,
                                                                 x, y, 
(uint)width, (uint)height, (uint)0,
!                                                                
screen.DefaultDepth, 2 /* InputOnly */,
                                                                 
screen.DefaultVisual,
                                                                 (uint)0, 
IntPtr.Zero);
--- 116,120 ----
                                                                (display, 
pwindow,
                                                                 x, y, 
(uint)width, (uint)height, (uint)0,
!                                                                0 /* depth */, 
2 /* InputOnly */,
                                                                 
screen.DefaultVisual,
                                                                 (uint)0, 
IntPtr.Zero);





reply via email to

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