From a543fa35ffc93b832770988121209d4e939a2237 Mon Sep 17 00:00:00 2001 From: oliver-giersch Date: Wed, 2 Sep 2020 15:03:48 +0200 Subject: swaynag: adds option to separately specify the text color for buttons --- include/swaynag/types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/swaynag') 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 { uint32_t anchors; // Colors + uint32_t button_text; uint32_t button_background; uint32_t background; uint32_t text; -- cgit v1.2.3-54-g00ecf