diff options
author | Jeremy Huddleston <jeremyhu@apple.com> | 2011-04-24 22:01:48 -0700 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@apple.com> | 2011-04-25 18:57:04 -0700 |
commit | 0a60192a85ba9f64b522da181c2fe8a5b93b79df (patch) | |
tree | 385f42f9be4c680efb0b2e6c36a4a19c465320c7 /hw/xquartz/darwin.h | |
parent | de4023f194c561b74f8fa904bea3dd5298230cd1 (diff) |
XQuartz: Enable logging to a file for better debugging
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
Diffstat (limited to 'hw/xquartz/darwin.h')
-rw-r--r-- | hw/xquartz/darwin.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/xquartz/darwin.h b/hw/xquartz/darwin.h index 3ba5d82c8..507c6f7f6 100644 --- a/hw/xquartz/darwin.h +++ b/hw/xquartz/darwin.h @@ -73,6 +73,9 @@ extern int darwinDesiredDepth; extern int darwinMainScreenX; extern int darwinMainScreenY; +// bundle-main.c +extern char *bundle_id_prefix; + #define ENABLE_DEBUG_LOG 1 #ifdef ENABLE_DEBUG_LOG |