summaryrefslogtreecommitdiff
path: root/src/data.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/data.h')
-rw-r--r--src/data.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/data.h b/src/data.h
index cddfa1b..793cd51 100644
--- a/src/data.h
+++ b/src/data.h
@@ -135,6 +135,9 @@ struct rp_group
char *name;
int number;
+ /* For determining the last group. */
+ int last_access;
+
/* The list of windows participating in this group. */
struct list_head mapped_windows, unmapped_windows;