aboutsummaryrefslogtreecommitdiffstats
path: root/src/window-xlib.h
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-04-30 02:29:38 -0400
committerJesse Luehrs <doy@tozt.net>2014-04-30 02:29:38 -0400
commit59be0a78dff68ee4a2fc29e33705fbc0c8b6c850 (patch)
tree77668df5741c8126ccbabf644625d6f22b65ebe4 /src/window-xlib.h
parentc9385fa719d5997ffed17f60422928730bf1ece6 (diff)
downloadrunes-59be0a78dff68ee4a2fc29e33705fbc0c8b6c850.tar.gz
runes-59be0a78dff68ee4a2fc29e33705fbc0c8b6c850.zip
this is never used except by the backend
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 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];
};