wlroots-hyprland/include/util
Simon Ser 769cabbadf util/time: use int64_t return value for get_current_time_msec()
0xFFFFFFFF milliseconds is 4,294,967,295 ms so about 50 days.
A little bit too close for comfort.

Use int64_t instead of uint64_t to avoid C's implicit conversion
footguns in computations.
2022-11-25 16:15:29 +00:00
..
array.h util/array: unclutter 2022-08-29 13:48:42 +00:00
env.h util: Introduce env helpers 2022-08-22 10:18:00 -04:00
global.h util/global: remove wl_display arg from wlr_global_destroy_safe 2021-12-14 13:13:50 +00:00
set.h util/set: overhaul 2022-08-29 13:48:42 +00:00
shm.h util/shm: add allocate_shm_file_pair 2021-09-05 22:06:25 +02:00
time.h util/time: use int64_t return value for get_current_time_msec() 2022-11-25 16:15:29 +00:00
token.h util/uuid: replace with util/token, remove libuuid 2021-04-11 19:09:36 +02:00