summaryrefslogtreecommitdiff
path: root/src/data.h
diff options
context:
space:
mode:
authorAli Gholami Rudi <aliqrudi@gmail.com>2008-09-20 22:18:43 +0430
committerShawn <sabetts@juicebox.(none)>2008-10-10 14:15:23 -0700
commitb57b21ee318287d035269cb526444a756a93cae9 (patch)
treef9b69bdb88bd18e48084a4198df83ef1c43a5d95 /src/data.h
parentddf7f1104af0663ba730b5b82607843fe988109e (diff)
downloadratpoison-b57b21ee318287d035269cb526444a756a93cae9.zip
add gother command
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;