diff options
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; |