Skip to content

Commit

Permalink
XQuartz: Include version info for CrashReporter
Browse files Browse the repository at this point in the history
(cherry picked from commit b499275)
  • Loading branch information
jeremyhu committed Apr 17, 2008
1 parent bf1b7f8 commit 0f42241
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hw/xquartz/darwin.c
Expand Up @@ -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
}
Expand Down

0 comments on commit 0f42241

Please sign in to comment.