]> source.dussan.org Git - tigervnc.git/commitdiff
Removed duplicate definition of ddxInitGlobals. Adapt Copyright.
authorPeter Åstrand <astrand@cendio.se>
Wed, 24 May 2006 11:04:28 +0000 (11:04 +0000)
committerPeter Åstrand <astrand@cendio.se>
Wed, 24 May 2006 11:04:28 +0000 (11:04 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@585 3789f03b-4d11-0410-bbf8-ca57d06f2519

xc/programs/Xserver/vnc/Xvnc/xvnc.cc

index fcb73e65c0a98f0e32f436b3c43994557e5d5dc3..5daf663de444bab2c5bcd9cda4740ba198105886 100644 (file)
@@ -87,9 +87,11 @@ extern "C" {
 #undef and
 }
 
-#define XVNCVERSION "Free Edition 4.1.1"
+#define XVNCVERSION "TightVNC 1.5 series"
 #define XVNCCOPYRIGHT ("Copyright (C) 2002-2005 RealVNC Ltd.\n" \
-                       "See http://www.realvnc.com for information on VNC.\n")
+                      "Copyright (C) 2000-2006 Constantin Kaplinsky\n" \
+                      "Copyright (C) 2004-2006 Peter Astrand, Cendio AB\n" \
+                       "See http://www.tightvnc.com for information on TightVNC.\n")
 
 
 extern char *display;
@@ -203,11 +205,6 @@ vfbBitsPerPixel(int depth)
 
 extern "C" {
 
-  /* ddxInitGlobals - called by |InitGlobals| from os/util.c in XOrg */
-  void ddxInitGlobals(void)
-  {
-  }
-
   void ddxGiveUp()
   {
     int i;