From 6d39518bed7e2cb8f135a78b1064855602e17767 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Tue, 28 Apr 2015 10:40:48 -0400 Subject: Update the system window a bit and how it is used in the session. Now there is only a single system window per session, and it is simply shown/hidden as necesary. This allow it to become visible *much* faster than creating the window from scratch every time. --- lumina-desktop/SystemWindow.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lumina-desktop/SystemWindow.h') diff --git a/lumina-desktop/SystemWindow.h b/lumina-desktop/SystemWindow.h index 4b1fab44..bf7a6b94 100644 --- a/lumina-desktop/SystemWindow.h +++ b/lumina-desktop/SystemWindow.h @@ -26,6 +26,8 @@ public: SystemWindow(); ~SystemWindow(); + void updateWindow(); + private: Ui::SystemWindow *ui; -- cgit