diff options
author | Ken Moore <ken@pcbsd.org> | 2015-06-08 08:37:19 -0400 |
---|---|---|
committer | Ken Moore <ken@pcbsd.org> | 2015-06-08 08:37:19 -0400 |
commit | 25490dd7d48833c8cdabb95a99df31894fd827d4 (patch) | |
tree | 989cba0c461090c2dce8181b6819599cb8df1bae /lumina-desktop/WMProcess.h | |
parent | Finish up the desktop re-scaling routines for ensure the same interface if yo... (diff) | |
download | lumina-25490dd7d48833c8cdabb95a99df31894fd827d4.tar.gz lumina-25490dd7d48833c8cdabb95a99df31894fd827d4.tar.bz2 lumina-25490dd7d48833c8cdabb95a99df31894fd827d4.zip |
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.
Diffstat (limited to 'lumina-desktop/WMProcess.h')
-rw-r--r-- | lumina-desktop/WMProcess.h | 1 |
1 files changed, 1 insertions, 0 deletions
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: |