aboutsummaryrefslogtreecommitdiffstats
path: root/src/window-xlib.h
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-04-28 18:39:04 -0400
committerJesse Luehrs <doy@tozt.net>2014-04-28 18:39:04 -0400
commitd09c2b8cab6055f4d0c03e1a37aad7800fc1f705 (patch)
tree3fad620fe468d61a0241218529e4389763c0c2e8 /src/window-xlib.h
parent65d04dd31fd6fa3a7f8ca567d6985ec9bb203a68 (diff)
downloadrunes-d09c2b8cab6055f4d0c03e1a37aad7800fc1f705.tar.gz
runes-d09c2b8cab6055f4d0c03e1a37aad7800fc1f705.zip
add a border
Diffstat (limited to 'src/window-xlib.h')
-rw-r--r--src/window-xlib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/window-xlib.h b/src/window-xlib.h
index 0ca281e..4844b15 100644
--- a/src/window-xlib.h
+++ b/src/window-xlib.h
@@ -22,6 +22,7 @@ enum runes_atoms {
struct runes_window {
Display *dpy;
Window w;
+ Window border_w;
XIC ic;
Atom atoms[RUNES_NUM_ATOMS];