diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2014-06-29 23:42:32 +0200 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2014-06-30 11:14:12 +0100 |
commit | c403286de572272ac7d2f1f1012d69d058f7e4f3 (patch) | |
tree | 2f8bcfba37d0daad95bc214ab8c1292c14954e94 /include/vcl/settings.hxx | |
parent | bc73014e16bf0ae3c19d68b3219dee0b7e3ab2bc (diff) |
use VCL_HIDE_WINDOWS env on Mac to 'simulate' headless mode on Mac
Building, and running the unit/subsequent test on Mac cause massive amount
of flashing windows creation/destruction that make building with test
very annoying on a box used for other purposes.
This patch prevent the windows to be actually displayed hence mitigating
the problem
Change-Id: Ied2a36699b50856e0c4e6b618212481796ec99d3
Diffstat (limited to 'include/vcl/settings.hxx')
-rw-r--r-- | include/vcl/settings.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/settings.hxx b/include/vcl/settings.hxx index 0a6c6e937188..021161f90324 100644 --- a/include/vcl/settings.hxx +++ b/include/vcl/settings.hxx @@ -588,6 +588,7 @@ public: bool GetDisablePrinting() const; void SetEnableLocalizedDecimalSep( bool bEnable ); bool GetEnableLocalizedDecimalSep() const; + bool GetPseudoHeadless() const; bool operator ==( const MiscSettings& rSet ) const; bool operator !=( const MiscSettings& rSet ) const; |