mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-10 21:00:15 +01:00
XQuartz: Include version info for CrashReporter
(cherry picked from commit b4992755c3)
This commit is contained in:
parent
6d11712c2a
commit
a3d40f0549
1 changed files with 2 additions and 0 deletions
|
|
@ -142,6 +142,8 @@ const int NUMFORMATS = sizeof(formats)/sizeof(formats[0]);
|
|||
#define XORG_RELEASE "?"
|
||||
#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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue