From a91aa0a9e947831f618e4c5e608c56742273d8b9 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 17 Sep 2013 22:38:50 +0200 Subject: Inhibit screensaver when slideshow is running --- src/presentation.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/presentation.h') diff --git a/src/presentation.h b/src/presentation.h index ff065a6..5af844c 100644 --- a/src/presentation.h +++ b/src/presentation.h @@ -186,6 +186,8 @@ struct presentation StyleSheet *ss; unsigned int num_slides; struct slide **slides; + + struct inhibit_sys *inhibit; }; -- cgit v1.2.3