waybar/src
Aleksei Bavshin 13fdbc13c3
refactor: change enum ipc_command_type to uint32_t
As we always use the enum to compare or initialize uint32_t values, it
would be better to declare it with the right type. This way we could
avoid `-Wnarrowing` warnings or unnecessary type casts.
2022-04-10 12:52:46 -07:00
..
modules refactor: change enum ipc_command_type to uint32_t 2022-04-10 12:52:46 -07:00
util refactor: lint 2022-04-06 08:37:19 +02:00
AIconLabel.cpp refactor: disable icon by default 2022-03-10 09:48:50 +01:00
ALabel.cpp refactor: lint 2022-04-06 08:37:19 +02:00
AModule.cpp refactor: lint 2022-04-06 08:37:19 +02:00
bar.cpp refactor: lint 2022-04-06 08:37:19 +02:00
client.cpp refactor: lint 2022-04-06 08:37:19 +02:00
config.cpp refactor: lint 2022-04-06 08:37:19 +02:00
factory.cpp refactor: lint 2022-04-06 08:37:19 +02:00
group.cpp refactor: lint 2022-04-06 08:37:19 +02:00
main.cpp refactor: lint 2022-04-06 08:37:19 +02:00