summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorAndrzej Hunt <andrzej@ahunt.org>2015-10-19 17:50:24 +0200
committerAndrzej Hunt <andrzej@ahunt.org>2015-10-20 18:14:39 +0200
commita50ac1f8c7828836a9b1f928975196d79d21eb6a (patch)
tree2bbe9508acc0298e80b7284adb4f8ee8ff6f34c2 /vcl
parent095396f9eac1842fdfabb0c395dd7b9db8529cb4 (diff)
Add comment on gsm vs fdo differences
Change-Id: I30d1c24e84f1b28fad9933407b362be886821864
Diffstat (limited to 'vcl')
-rw-r--r--vcl/inc/unx/screensaverinhibitor.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/inc/unx/screensaverinhibitor.hxx b/vcl/inc/unx/screensaverinhibitor.hxx
index 896f49ae164c..b1c742f0e9ef 100644
--- a/vcl/inc/unx/screensaverinhibitor.hxx
+++ b/vcl/inc/unx/screensaverinhibitor.hxx
@@ -26,6 +26,7 @@ private:
boost::optional<guint> mnFDOCookie;
boost::optional<guint> mnGSMCookie;
+ // Note: the Uninhibit call has different spelling in FDO (UnInhibit) vs GSM (Uninhibit)
void inhibitFDO( bool bInhibit, const gchar* appname, const gchar* reason );
void inhibitGSM( bool bInhibit, const gchar* appname, const gchar* reason, const guint xid );
};