summaryrefslogtreecommitdiffstats
path: root/source/view.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-03-20 10:16:55 +0100
committerDave Davenport <qball@gmpclient.org>2016-03-20 10:16:55 +0100
commitd36ae81408385bb4278ab3af2aad127d815f2421 (patch)
tree11dcbf7d28a654bda8ed1eec24e6614dbd33632b /source/view.c
parenta2869ef39d1e78c70877df27dc9a6ebc66962842 (diff)
Fix positioning window on top of window.
Diffstat (limited to 'source/view.c')
-rw-r--r--source/view.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/view.c b/source/view.c
index 3a188561..812d8dff 100644
--- a/source/view.c
+++ b/source/view.c
@@ -65,9 +65,9 @@
const char *const separator_style_none = "none";
const char *const separator_style_dash = "dash";
-GThreadPool *tpool = NULL;
+GThreadPool *tpool = NULL;
-RofiViewState *current_active_menu = NULL;
+RofiViewState *current_active_menu = NULL;
struct
{