[Libreoffice-commits] core.git: vcl/inc
Michael Meeks
michael.meeks at suse.com
Fri Jul 19 01:34:35 PDT 2013
vcl/inc/unx/wmadaptor.hxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 546c883eee3f263b33892fc83e1f697d1450a59f
Author: Michael Meeks <michael.meeks at suse.com>
Date: Fri Jul 19 09:32:52 2013 +0100
clarify a different meaning of WorkArea.
Change-Id: If7f3de537f5aa2d0322c59fe1cff04a3b11aaab9
diff --git a/vcl/inc/unx/wmadaptor.hxx b/vcl/inc/unx/wmadaptor.hxx
index 2975580..171e66a 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;
More information about the Libreoffice-commits
mailing list