]> source.dussan.org Git - tigervnc.git/commitdiff
ddxBeforeReset() is only conditionally included in the build
authorPierre Ossman <ossman@cendio.se>
Thu, 29 Jan 2015 09:24:20 +0000 (10:24 +0100)
committerPierre Ossman <ossman@cendio.se>
Thu, 29 Jan 2015 09:24:20 +0000 (10:24 +0100)
unix/xserver/hw/vnc/xvnc.c

index e2fc1bcdcd29308973c2d3ab2f4adf6747eff575..1d85673a014dcea8341b838546ced678e66921a0 100644 (file)
@@ -283,10 +283,12 @@ OsVendorFatalError(const char *f, va_list args)
 {
 }
 
+#ifdef DDXBEFORERESET
 void ddxBeforeReset(void)
 {
     return;
 }
+#endif
 
 void ddxUseMsg(void)
 {