summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar emersion <contact@emersion.fr>2018-11-28 09:44:26 +0100
committerLibravatar GitHub <noreply@github.com>2018-11-28 09:44:26 +0100
commitc931a13af962f3c0effd567d1fb0f78fe5f21b90 (patch)
treec9efca8e598a62c88514e3d971a4005eab35e958 /include
parentMerge pull request #3204 from RedSoxFan/cmd-res-list (diff)
parentImplement swaynag -B/--button-no-terminal (diff)
downloadsway-c931a13af962f3c0effd567d1fb0f78fe5f21b90.tar.gz
sway-c931a13af962f3c0effd567d1fb0f78fe5f21b90.tar.zst
sway-c931a13af962f3c0effd567d1fb0f78fe5f21b90.zip
Merge pull request #3207 from RedSoxFan/swaynag-no-term-buttons
Implement swaynag -B/--button-no-terminal
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 a32d1503..0fd1eb50 100644
--- a/include/swaynag/swaynag.h
+++ b/include/swaynag/swaynag.h
@@ -44,6 +44,7 @@ struct swaynag_button {
44 int y; 44 int y;
45 int width; 45 int width;
46 int height; 46 int height;
47 bool terminal;
47}; 48};
48 49
49struct swaynag_details { 50struct swaynag_details {