wlroots-hyprland/include/util
Simon Ser 55be74ad86 util/token: rename TOKEN_STRLEN to TOKEN_SIZE
TOKEN_STRLEN is not actually the strlen() of the token. It's the
size taken by the token included the final zero byte.

Change the name to make this clearer, and remove unnecessary +1's.
2023-10-26 16:30:12 +00:00
..
array.h util/array: unclutter 2022-08-29 13:48:42 +00:00
env.h util/env: make env_parse_switch() return a size_t 2022-12-06 16:14:18 +01:00
global.h util/global: remove wl_display arg from wlr_global_destroy_safe 2021-12-14 13:13:50 +00:00
rect_union.h util: add struct to track union of rectangles 2023-10-05 11:45:32 +00:00
set.h util/set: overhaul 2022-08-29 13:48:42 +00:00
shm.h Add some missing includes/declarations 2023-06-05 21:06:19 +00:00
time.h Add some missing includes/declarations 2023-06-05 21:06:19 +00:00
token.h util/token: rename TOKEN_STRLEN to TOKEN_SIZE 2023-10-26 16:30:12 +00:00