From 89c2ba95156b8ccd9d7493121f4a691ffbe927c1 Mon Sep 17 00:00:00 2001 From: infirit Date: Thu, 18 Dec 2014 19:07:46 +0100 Subject: Also remember the window position, not only the size Taken from GSM commit: c123b59145d3b5aa9ba6f65985037b63bcdf2a67 From: Robert Roth Gnome bug: http://bugzilla.gnome.org/show_bug.cgi?id=343861 --- src/procman.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/procman.h') 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; -- cgit v1.2.1