diff options
author | infirit <[email protected]> | 2014-12-18 19:07:46 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-12-18 19:07:46 +0100 |
commit | 89c2ba95156b8ccd9d7493121f4a691ffbe927c1 (patch) | |
tree | 1b169ab49596d727aa2afc895f044de4a1e4e951 /src/procman.h | |
parent | 61a40499507138fd1620475487c1b6772be3e37a (diff) | |
download | mate-system-monitor-89c2ba95156b8ccd9d7493121f4a691ffbe927c1.tar.bz2 mate-system-monitor-89c2ba95156b8ccd9d7493121f4a691ffbe927c1.tar.xz |
Also remember the window position, not only the size
Taken from GSM commit: c123b59145d3b5aa9ba6f65985037b63bcdf2a67
From: Robert Roth <[email protected]>
Gnome bug: http://bugzilla.gnome.org/show_bug.cgi?id=343861
Diffstat (limited to 'src/procman.h')
-rw-r--r-- | src/procman.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/procman.h b/src/procman.h index 6b934e3..f359667 100644 --- a/src/procman.h +++ b/src/procman.h @@ -74,6 +74,8 @@ struct ProcConfig { gint width; gint height; + gint xpos; + gint ypos; gboolean show_kill_warning; gboolean show_tree; gboolean show_all_fs; |