diff options
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/unx/screensaverinhibitor.hxx | 1 |
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 ); }; |