diff options
author | monsta <[email protected]> | 2016-02-29 17:43:05 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-02-29 17:43:05 +0300 |
commit | 5fc85dd404ee822eef15bae2726d859f23e1a8af (patch) | |
tree | fa7a2659984ca63c17e31e467a35e0661146b1a8 /src/procman.h | |
parent | 19090fe133ceb383535070216471f995690f64c8 (diff) | |
download | mate-system-monitor-5fc85dd404ee822eef15bae2726d859f23e1a8af.tar.bz2 mate-system-monitor-5fc85dd404ee822eef15bae2726d859f23e1a8af.tar.xz |
main window: save maximized state in gsettings on exit
and load it on startup
adapted from
https://git.gnome.org/browse/gnome-system-monitor/commit/?id=edf4163bb2e9ad1dd9b8a5b7c7244ccd8753d4b5
Diffstat (limited to 'src/procman.h')
-rw-r--r-- | src/procman.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/procman.h b/src/procman.h index 388f0e6..d3db85c 100644 --- a/src/procman.h +++ b/src/procman.h @@ -88,6 +88,7 @@ struct ProcConfig gint height; gint xpos; gint ypos; + gboolean maximized; gboolean show_kill_warning; gboolean show_tree; gboolean show_all_fs; |