mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-04 14:30:13 +01:00
XQuartz: Include version info for CrashReporter
(cherry picked from commit b4992755c3)
This commit is contained in:
parent
bf1b7f8729
commit
0f422413d4
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue