aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Graham Christensen <graham@grahamc.com>2020-06-07 10:47:56 -0400
committerLibravatar Simon Ser <contact@emersion.fr>2020-06-09 00:00:14 +0200
commita974300652fc5cea72db60e1e39b0f7da7e9f334 (patch)
treebb976b50668afd3d700b8f7738a193a025870324 /include
parentinput/tablet: allow moving tiling tablet v2 surfaces by pen input (diff)
downloadsway-a974300652fc5cea72db60e1e39b0f7da7e9f334.tar.gz
sway-a974300652fc5cea72db60e1e39b0f7da7e9f334.tar.zst
sway-a974300652fc5cea72db60e1e39b0f7da7e9f334.zip
swaynag: allow specifying more buttons which execute and dismiss
I don't love -z / -Z, but I figure this patch is far from being accepted for other reasons too.
Diffstat (limited to 'include')
-rw-r--r--include/swaynag/swaynag.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/swaynag/swaynag.h b/include/swaynag/swaynag.h
index 496e883a..9e39e716 100644
--- a/include/swaynag/swaynag.h
+++ b/include/swaynag/swaynag.h
@@ -53,6 +53,7 @@ struct swaynag_button {
53 int width; 53 int width;
54 int height; 54 int height;
55 bool terminal; 55 bool terminal;
56 bool dismiss;
56}; 57};
57 58
58struct swaynag_details { 59struct swaynag_details {