diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2018-05-03 15:03:01 +1000 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2018-05-03 15:03:01 +1000 |
| commit | 5e8a02b9d2e0bc8c835508fc36ad86e600be1e40 (patch) | |
| tree | 40dfcad6158f7f0e2caf83c2267242adb73d70ec /include | |
| parent | 97b3929caabe0fb220fbfe1b33a47b19e2fb9de5 (diff) | |
Change comment format
Diffstat (limited to 'include')
| -rw-r--r-- | include/sway/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway/config.h b/include/sway/config.h index 345f26a0..3fb820f0 100644 --- 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]; }; |
