From a50ac1f8c7828836a9b1f928975196d79d21eb6a Mon Sep 17 00:00:00 2001 From: Andrzej Hunt Date: Mon, 19 Oct 2015 17:50:24 +0200 Subject: Add comment on gsm vs fdo differences Change-Id: I30d1c24e84f1b28fad9933407b362be886821864 --- vcl/inc/unx/screensaverinhibitor.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'vcl') 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 mnFDOCookie; boost::optional 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 ); }; -- cgit