From 6ceb606a155d2950ca7e5fd2165997246494caeb Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 4 May 2014 21:52:59 -0400 Subject: more refactoring --- src/window-xlib.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/window-xlib.h') 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 { -- cgit v1.2.3-54-g00ecf