xserver: Branch 'xorg-server-1.2-apple'

Jeremy Huddleston jeremyhu at kemper.freedesktop.org
Sat Dec 8 11:41:58 PST 2007


 hw/xquartz/darwin.c |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 65e794c22e18522c99513928649f3bc70a88d2bb
Author: Jeremy Huddleston <jeremy at yuffie.local>
Date:   Sat Dec 8 11:39:28 2007 -0800

    Xquartz: Change X -version output to help fink
    Temporary hack until Fink devs get their packages fixed

diff --git a/hw/xquartz/darwin.c b/hw/xquartz/darwin.c
index 427761c..fac4d3e 100644
--- a/hw/xquartz/darwin.c
+++ b/hw/xquartz/darwin.c
@@ -151,6 +151,7 @@ DarwinPrintBanner(void)
 { 
   // this should change depending on which specific server we are building
   ErrorF("X11.app starting:\n");
+  ErrorF("X.org Release 7.2\n"); // This is here to help fink until they fix their packages.
   ErrorF("X.Org Xquartz X Server %s\nBuild Date: %s\n", XSERVER_VERSION, BUILD_DATE );
 }
 


More information about the xorg-commit mailing list