aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar oliver-giersch <oliver.giersch@gmail.com>2020-09-02 15:03:48 +0200
committerLibravatar Simon Ser <contact@emersion.fr>2020-09-04 18:17:42 +0200
commita543fa35ffc93b832770988121209d4e939a2237 (patch)
tree24e1123ea087439d4dfdba3770bdcfc8bf16800e /include
parentswaymsg.1: expand tip for multi-word strings. (diff)
downloadsway-a543fa35ffc93b832770988121209d4e939a2237.tar.gz
sway-a543fa35ffc93b832770988121209d4e939a2237.tar.zst
sway-a543fa35ffc93b832770988121209d4e939a2237.zip
swaynag: adds option to separately specify the text color for buttons
Diffstat (limited to 'include')
-rw-r--r--include/swaynag/types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/swaynag/types.h b/include/swaynag/types.h
index 7f8f6221..f7518d95 100644
--- a/include/swaynag/types.h
+++ b/include/swaynag/types.h
@@ -9,6 +9,7 @@ struct swaynag_type {
9 uint32_t anchors; 9 uint32_t anchors;
10 10
11 // Colors 11 // Colors
12 uint32_t button_text;
12 uint32_t button_background; 13 uint32_t button_background;
13 uint32_t background; 14 uint32_t background;
14 uint32_t text; 15 uint32_t text;