summaryrefslogtreecommitdiffstats
path: root/include/view-internal.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-10-11 08:18:34 +0200
committerDave Davenport <qball@gmpclient.org>2016-10-11 08:18:34 +0200
commitcc3bb30a7b89bc5528eb5e09b9fb4a767e80e2e4 (patch)
tree1061b88e349ca24a30e0ed73e8e566e158644e8f /include/view-internal.h
parent07425fd10a035e32dc993ee9736f7bf5349ffc0e (diff)
Remove unneeded calls to tokenize.
Diffstat (limited to 'include/view-internal.h')
-rw-r--r--include/view-internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/view-internal.h b/include/view-internal.h
index 1a9e5a30..1145006e 100644
--- a/include/view-internal.h
+++ b/include/view-internal.h
@@ -73,6 +73,8 @@ struct RofiViewState
int height;
int x;
int y;
+
+ GRegex **tokens;
};
/** @} */
#endif