Magellan Linux

Annotation of /trunk/vnc/patches/vnc-64bit.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (hide annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years, 1 month ago) by niro
File size: 1000 byte(s)
-import

1 niro 153 --- vnc-4_1_1-unixsrc/unix/xc/programs/Xserver/vnc/XserverDesktop.h.64bit 2005-03-11 15:08:41.000000000 +0000
2     +++ vnc-4_1_1-unixsrc/unix/xc/programs/Xserver/vnc/XserverDesktop.h 2005-12-06 14:31:11.000000000 +0000
3     @@ -29,6 +29,8 @@
4     #include <rfb/VNCServerST.h>
5     #include <rdr/SubstitutingInStream.h>
6    
7     +#include "xorg-server.h"
8     +
9     extern "C" {
10     #define class c_class;
11     #include <scrnintstr.h>
12     --- vnc-4_1_1-unixsrc/unix/xc/programs/Xserver/vnc/Xvnc/xvnc.cc.64bit 2005-12-06 14:31:24.000000000 +0000
13     +++ vnc-4_1_1-unixsrc/unix/xc/programs/Xserver/vnc/Xvnc/xvnc.cc 2005-12-06 14:31:30.000000000 +0000
14     @@ -973,25 +973,6 @@
15    
16     } /* end InitOutput */
17    
18     -#ifdef DPMSExtension
19     -extern "C" {
20     -#if NeedFunctionPrototypes
21     - void DPMSSet(CARD16 level)
22     -#else
23     - void DPMSSet(level)
24     - CARD16 level;
25     -#endif
26     - {
27     - return;
28     - }
29     -
30     - Bool DPMSSupported()
31     - {
32     - return FALSE;
33     - }
34     -}
35     -#endif
36     -
37     /* this is just to get the server to link on AIX */
38     #ifdef AIXV3
39     int SelectWaitTime = 10000; /* usec */