]> source.dussan.org Git - tigervnc.git/commitdiff
xvnc: adapt for 1.21
authorJoakim Tjernlund <joakim.tjernlund@infinera.com>
Wed, 24 Nov 2021 20:10:56 +0000 (21:10 +0100)
committerJoakim Tjernlund <joakim.tjernlund@infinera.com>
Wed, 24 Nov 2021 20:10:56 +0000 (21:10 +0100)
VENDOR_STRING is gone as is DEFAULT_LOG_VERBOSITY
site.h has been removed and is not needed.

unix/xserver/hw/vnc/xvnc.c

index a655239fd5b36924f6b9017f450dc98207c325d8..3bc77b2cf47044c7ef1441f898f88ea47152cad8 100644 (file)
@@ -69,7 +69,6 @@ extern char buildtime[];
 #undef VENDOR_RELEASE
 #undef VENDOR_STRING
 #include "version-config.h"
-#include "site.h"
 
 #define XVNCVERSION "TigerVNC 1.12.80"
 #define XVNCCOPYRIGHT ("Copyright (C) 1999-2021 TigerVNC Team and many others (see README.rst)\n" \
@@ -111,14 +110,13 @@ static Bool Render = TRUE;
 static Bool displaySpecified = FALSE;
 static char displayNumStr[16];
 
-static int vncVerbose = DEFAULT_LOG_VERBOSITY;
+static int vncVerbose = 0;
 
 static void
 vncPrintBanner(void)
 {
     ErrorF("\nXvnc %s - built %s\n%s", XVNCVERSION, buildtime, XVNCCOPYRIGHT);
-    ErrorF("Underlying X server release %d, %s\n\n", VENDOR_RELEASE,
-           VENDOR_STRING);
+    ErrorF("Underlying X server release %d\n\n", VENDOR_RELEASE);
 }
 
 static void