aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-11-28 09:44:26 +0100
committerGitHub <noreply@github.com>2018-11-28 09:44:26 +0100
commitc931a13af962f3c0effd567d1fb0f78fe5f21b90 (patch)
treec9efca8e598a62c88514e3d971a4005eab35e958 /include
parent048b96a56d3d3a817c7c63bce2f8226fffc88aa4 (diff)
parent673da8326038e0deb9837fd90d9e02351783b564 (diff)
downloadsway-c931a13af962f3c0effd567d1fb0f78fe5f21b90.tar.xz
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 {
int y;
int width;
int height;
+ bool terminal;
};
struct swaynag_details {