aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-08-31 16:33:26 +0200
committerMattias Andrée <maandree@operamail.com>2014-08-31 16:33:26 +0200
commit04eba016356f76d8953d459bf887a0c9f39f363c (patch)
treef8cca8dbc219baee13e963e0879d85cce6c53588 /src
parentm (diff)
downloadmds-04eba016356f76d8953d459bf887a0c9f39f363c.tar.gz
mds-04eba016356f76d8953d459bf887a0c9f39f363c.tar.bz2
mds-04eba016356f76d8953d459bf887a0c9f39f363c.tar.xz
m todo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src')
-rw-r--r--src/mds-clipboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mds-clipboard.c b/src/mds-clipboard.c
index 85398d7..99fd372 100644
--- a/src/mds-clipboard.c
+++ b/src/mds-clipboard.c
@@ -80,7 +80,7 @@ static size_t clipboard_used[CLIPBOARD_LEVELS] = { 0, 0, 0 };
/**
* The entries in each clipstack
*/
-static clipitem_t* clipboard[CLIPBOARD_LEVELS];
+static clipitem_t* clipboard[CLIPBOARD_LEVELS]; /* TODO: removed expired on danger */