aboutsummaryrefslogtreecommitdiffstats
path: root/src/window-xlib.h
diff options
context:
space:
mode:
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 {