1
0
Fork 0
mirror of https://github.com/NickHu/sway synced 2025-01-16 15:41:47 +01:00

Change comment format

This commit is contained in:
Ryan Dwyer 2018-05-03 15:03:01 +10:00
parent 55b307cddf
commit d3d1e38c1b

View file

@ -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];
};