aboutsummaryrefslogtreecommitdiffstats
path: root/src/window-xlib.h
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-05-04 21:35:42 -0400
committerJesse Luehrs <doy@tozt.net>2014-05-04 21:35:42 -0400
commitd78ae64f0682a4aef09e9ff77e8748af9b2380b9 (patch)
treeaaa9aca1f4f9e2f43c8067179ae1e859e9defd0b /src/window-xlib.h
parent9b6181449b5e56ae13ef7ef51e5678e5db1e1ea6 (diff)
downloadrunes-d78ae64f0682a4aef09e9ff77e8748af9b2380b9.tar.gz
runes-d78ae64f0682a4aef09e9ff77e8748af9b2380b9.zip
refactor
Diffstat (limited to 'src/window-xlib.h')
-rw-r--r--src/window-xlib.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/window-xlib.h b/src/window-xlib.h
index 123c12a..1989cfd 100644
--- a/src/window-xlib.h
+++ b/src/window-xlib.h
@@ -25,6 +25,8 @@ struct runes_window {
cairo_t *backend_cr;
+ int row_visible_offset;
+
Atom atoms[RUNES_NUM_ATOMS];
};