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

Jeremy Huddleston jeremyhu at kemper.freedesktop.org
Thu Apr 17 11:56:54 PDT 2008


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

New commits:
commit b4992755c3e29086c5939683c38fa8fd7d2e6754
Author: Jeremy Huddleston <jeremyhu at freedesktop.org>
Date:   Thu Apr 17 11:56:48 2008 -0700

    XQuartz: Include version info for CrashReporter

diff --git a/hw/xquartz/darwin.c b/hw/xquartz/darwin.c
index b84ccbe..51980aa 100644
--- a/hw/xquartz/darwin.c
+++ b/hw/xquartz/darwin.c
@@ -142,6 +142,8 @@ const int NUMFORMATS = sizeof(formats)/sizeof(formats[0]);
 #define XSERVER_VERSION "?"
 #endif
 
+const char *__crashreporter_info__ = "X.Org X Server " XSERVER_VERSION "Build Date: " BUILD_DATE;
+
 void DDXRingBell(int volume, int pitch, int duration) {
   // FIXME -- make some noise, yo
 }


More information about the xorg-commit mailing list