From 59be0a78dff68ee4a2fc29e33705fbc0c8b6c850 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 30 Apr 2014 02:29:38 -0400 Subject: this is never used except by the backend --- src/window-xlib.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/window-xlib.h') diff --git a/src/window-xlib.h b/src/window-xlib.h index f595982..123c12a 100644 --- a/src/window-xlib.h +++ b/src/window-xlib.h @@ -23,6 +23,8 @@ struct runes_window { Window border_w; XIC ic; + cairo_t *backend_cr; + Atom atoms[RUNES_NUM_ATOMS]; }; -- cgit v1.2.3-54-g00ecf