From 8417684b84a2ff4bb07c28c89274c045fd4104f8 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Tue, 3 Nov 2015 13:32:35 -0500 Subject: Clean up the Screensaver framework a bit more, add a test flag (--test-ss), and fix up the starting of screensavers on all screens simultaneously. This solidifies the Screensaver plugin framework as completely functional - just need to finish up the lock/unlock screen now. --- lumina-wm-INCOMPLETE/WMSession.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lumina-wm-INCOMPLETE/WMSession.h') diff --git a/lumina-wm-INCOMPLETE/WMSession.h b/lumina-wm-INCOMPLETE/WMSession.h index d90bafea..575a61e7 100644 --- a/lumina-wm-INCOMPLETE/WMSession.h +++ b/lumina-wm-INCOMPLETE/WMSession.h @@ -18,7 +18,7 @@ public: WMSession(); ~WMSession(); - void start(); + void start(bool SSONLY = false); private: //XCB Event Watcher -- cgit