From 25490dd7d48833c8cdabb95a99df31894fd827d4 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Mon, 8 Jun 2015 08:37:19 -0400 Subject: Add a new function to "restart" the window manager, and run this if something changed with regards to the available monitors/displays (such as when adding/removing a monitor). This forces Fluxbox to reload completely so it picks up on the new display layout. --- lumina-desktop/WMProcess.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lumina-desktop/WMProcess.h') diff --git a/lumina-desktop/WMProcess.h b/lumina-desktop/WMProcess.h index 29a06c2f..287a8967 100644 --- a/lumina-desktop/WMProcess.h +++ b/lumina-desktop/WMProcess.h @@ -23,6 +23,7 @@ public: void startWM(); void stopWM(); + void restartWM(); void updateWM(); private: -- cgit