summaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'util.h')
-rw-r--r--util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/util.h b/util.h
index bc3cc6a..bdc45d8 100644
--- a/util.h
+++ b/util.h
@@ -11,6 +11,6 @@ std::vector<std::string> split (const std::string &s, char delim);
struct Globals {
- Display* dpy;
- Window root;
+ Display*& dpy;
+ Window& root;
};