diff options
author | Michael Meeks <michael.meeks@suse.com> | 2012-01-14 10:31:40 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-01-15 00:36:41 +0000 |
commit | ca93d98343a03026c7568abc2ddda838f10fcbde (patch) | |
tree | 14ff4373b6921261e1d70f35cc286cf24c68039d /vcl/inc/unx/x11/x11sys.hxx | |
parent | e9202ffeccdf6f669184f3f869d2e5b121bea9f3 (diff) |
vcl: rename ambiguous IsMultiDisplay to IsUnifiedDisplay, and simplify
Diffstat (limited to 'vcl/inc/unx/x11/x11sys.hxx')
-rw-r--r-- | vcl/inc/unx/x11/x11sys.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/unx/x11/x11sys.hxx b/vcl/inc/unx/x11/x11sys.hxx index 403625f20aa7..d030d8432f5d 100644 --- a/vcl/inc/unx/x11/x11sys.hxx +++ b/vcl/inc/unx/x11/x11sys.hxx @@ -44,7 +44,7 @@ public: // overload pure virtual methods virtual unsigned int GetDisplayScreenCount(); - virtual bool IsMultiDisplay(); + virtual bool IsUnifiedDisplay(); virtual unsigned int GetDefaultDisplayNumber(); virtual Rectangle GetDisplayScreenPosSizePixel( unsigned int nScreen ); virtual Rectangle GetDisplayWorkAreaPosSizePixel( unsigned int nScreen ); |