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/salsys.hxx | |
parent | e9202ffeccdf6f669184f3f869d2e5b121bea9f3 (diff) |
vcl: rename ambiguous IsMultiDisplay to IsUnifiedDisplay, and simplify
Diffstat (limited to 'vcl/inc/salsys.hxx')
-rw-r--r-- | vcl/inc/salsys.hxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/vcl/inc/salsys.hxx b/vcl/inc/salsys.hxx index 1a53ec978441..24af20a118d7 100644 --- a/vcl/inc/salsys.hxx +++ b/vcl/inc/salsys.hxx @@ -75,20 +75,20 @@ public: @returns the number of active screens */ virtual unsigned int GetDisplayScreenCount() = 0; - /* Queries whether multiple screens are truly separate + /* Queries whether multiple screens are part of one bigger display - @returns true if screens are distinct and windows cannot - be moved between them or span multiple of them - false if screens form up one big display + @returns true if screens form one bug display + false if screens are distinct and windows cannot + be moved between, or span multiple screens */ - virtual bool IsMultiDisplay() = 0; + virtual bool IsUnifiedDisplay() { return true; } /* Queries the default screen number. The default screen is the screen on which windows will appear if no special positioning is made. @returns the default screen number */ - virtual unsigned int GetDefaultDisplayNumber() = 0; + virtual unsigned int GetDefaultDisplayNumber() { return 0; } /* Gets relative position and size of the screens attached to the display @param nScreen |