aboutsummaryrefslogtreecommitdiffstats
path: root/src/window-xlib.h
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-05-04 21:52:59 -0400
committerJesse Luehrs <doy@tozt.net>2014-05-04 21:52:59 -0400
commit6ceb606a155d2950ca7e5fd2165997246494caeb (patch)
tree5bcbb1082aba7e35a8130b66423f9eadc56d3866 /src/window-xlib.h
parentd78ae64f0682a4aef09e9ff77e8748af9b2380b9 (diff)
downloadrunes-6ceb606a155d2950ca7e5fd2165997246494caeb.tar.gz
runes-6ceb606a155d2950ca7e5fd2165997246494caeb.zip
more refactoring
Diffstat (limited to 'src/window-xlib.h')
-rw-r--r--src/window-xlib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/window-xlib.h b/src/window-xlib.h
index 1989cfd..70f7516 100644
--- a/src/window-xlib.h
+++ b/src/window-xlib.h
@@ -25,9 +25,9 @@ struct runes_window {
cairo_t *backend_cr;
- int row_visible_offset;
-
Atom atoms[RUNES_NUM_ATOMS];
+
+ char visual_bell_is_ringing: 1;
};
typedef struct {