sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit d3d1e38c1b39fdbe0357e62cadb2fe57f9cf71a4
parent 55b307cddfa453fc003350a642a68735bc36e50e
Author: Ryan Dwyer <ryandwyer1@gmail.com>
Date:   Thu,  3 May 2018 15:03:01 +1000

Change comment format

Diffstat:
Minclude/sway/config.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/sway/config.h b/include/sway/config.h @@ -206,7 +206,7 @@ struct bar_config { struct border_colors { float border[4]; float background[4]; - uint32_t text; /**< uint32_t because that's the format that cairo uses */ + uint32_t text; // uint32_t because that's the format that cairo uses float indicator[4]; float child_border[4]; };