summaryrefslogtreecommitdiff
path: root/vcl/inc
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2013-07-19 09:32:52 +0100
committerMichael Meeks <michael.meeks@suse.com>2013-07-19 09:33:10 +0100
commit546c883eee3f263b33892fc83e1f697d1450a59f (patch)
treee01e8d5133bebbfe176a1c3b4805257cc8e56d19 /vcl/inc
parent6fd347855f461f4ec2f0c54d79a1b20f3095b858 (diff)
clarify a different meaning of WorkArea.
Change-Id: If7f3de537f5aa2d0322c59fe1cff04a3b11aaab9
Diffstat (limited to 'vcl/inc')
-rw-r--r--vcl/inc/unx/wmadaptor.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/unx/wmadaptor.hxx b/vcl/inc/unx/wmadaptor.hxx
index 29755806d9ce..171e66ae4038 100644
--- a/vcl/inc/unx/wmadaptor.hxx
+++ b/vcl/inc/unx/wmadaptor.hxx
@@ -185,7 +185,7 @@ public:
{ return m_aWMName; }
/*
- * gets the number of workareas
+ * gets the number of workareas (virtual desktops)
*/
int getWorkAreaCount() const
{ return m_aWMWorkAreas.size(); }
@@ -205,7 +205,7 @@ public:
{ return m_aWMWorkAreas[n]; }
/*
- * attemp to switch the desktop to a certain workarea
+ * attempt to switch the desktop to a certain workarea (ie. virtual desktops)
* if bConsiderWM is true, then on some WMs the call will not result in any action
*/
void switchToWorkArea( int nWorkArea, bool bConsiderWM = true ) const;