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

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

[Dotgnu-libs-commits] CVS: xsharp/Xsharp/XWindows/Events XCrossingEvent.


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-libs-commits] CVS: xsharp/Xsharp/XWindows/Events XCrossingEvent.cs,1.1.1.1,1.2
Date: Sat, 28 Sep 2002 00:47:51 -0400

Update of /cvsroot/dotgnu-libs/xsharp/Xsharp/XWindows/Events
In directory subversions:/tmp/cvs-serv22388/Xsharp/XWindows/Events

Modified Files:
        XCrossingEvent.cs 
Log Message:


Implement the support code for application objects; Enter/Leave events.


Index: XCrossingEvent.cs
===================================================================
RCS file: /cvsroot/dotgnu-libs/xsharp/Xsharp/XWindows/Events/XCrossingEvent.cs,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** XCrossingEvent.cs   26 Sep 2002 10:32:44 -0000      1.1.1.1
--- XCrossingEvent.cs   28 Sep 2002 04:47:49 -0000      1.2
***************
*** 57,62 ****
        public int x_root         { get { return (int)x_root__; } }
        public int y_root         { get { return (int)y_root__; } }
!       public int mode           { get { return (int)mode__; } }
!       public int detail         { get { return (int)detail__; } }
        public bool same_screen
                { get { return (same_screen__ != Xlib.Bool.False); } }
--- 57,63 ----
        public int x_root         { get { return (int)x_root__; } }
        public int y_root         { get { return (int)y_root__; } }
!       public CrossingMode mode  { get { return (CrossingMode)(int)mode__; } }
!       public CrossingDetail detail
!               { get { return (CrossingDetail)(int)detail__; } }
        public bool same_screen
                { get { return (same_screen__ != Xlib.Bool.False); } }





reply via email to

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