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

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

[Dotgnu-pnet-commits] pnetlib/Xsharp XsharpSupport.c,1.22,1.23


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] pnetlib/Xsharp XsharpSupport.c,1.22,1.23
Date: Wed, 26 Nov 2003 09:01:41 +0000

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

Modified Files:
        XsharpSupport.c 
Log Message:


Fix the non-X version which should not refer to the "Display" or "Window" types.


Index: XsharpSupport.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/Xsharp/XsharpSupport.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** XsharpSupport.c     26 Nov 2003 05:37:24 -0000      1.22
--- XsharpSupport.c     26 Nov 2003 09:01:38 -0000      1.23
***************
*** 1338,1347 ****
  }
  
! void XSharpSendClose(Display *dpy, Window window)
  {
        /* Nothing to do here */
  }
  
! void XSharpSendWakeup(Display *dpy, Window window)
  {
        /* Nothing to do here */
--- 1338,1347 ----
  }
  
! void XSharpSendClose(void *dpy, unsigned long window)
  {
        /* Nothing to do here */
  }
  
! void XSharpSendWakeup(void *dpy, unsigned long window)
  {
        /* Nothing to do here */





reply via email to

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