aboutsummaryrefslogtreecommitdiffstats
path: root/src/window-xlib.h
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-05-17 23:27:38 -0400
committerJesse Luehrs <doy@tozt.net>2014-07-04 22:39:07 -0400
commit924c84ed4be18b41790d93218e7c56d223233446 (patch)
treeea134d130628b7fd6201ace4b63cd66fb299b6c4 /src/window-xlib.h
parente6ca55231efac74945c4e90a7d27d9923071cd4a (diff)
downloadrunes-924c84ed4be18b41790d93218e7c56d223233446.tar.gz
runes-924c84ed4be18b41790d93218e7c56d223233446.zip
basic implementation of selections
still need to draw the selection, and look into how selections persist after the application is closed (cut buffers?)
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 70f7516..10d3417 100644
--- a/src/window-xlib.h
+++ b/src/window-xlib.h
@@ -28,6 +28,7 @@ struct runes_window {
Atom atoms[RUNES_NUM_ATOMS];
char visual_bell_is_ringing: 1;
+ char has_selection: 1;
};
typedef struct {