Rename get_current_time_msec to get_current_time_in_msec and move to util.c

get_current_time_msec conflicts with a function with the same name in wlroots.
This commit is contained in:
hwsmm 2025-06-16 00:41:19 +09:00 committed by Kenny Levinsen
parent 17f7c1b782
commit 4b15b3427f
3 changed files with 10 additions and 8 deletions

View file

@ -61,4 +61,6 @@ const char *sway_wl_output_subpixel_to_string(enum wl_output_subpixel subpixel);
bool sway_set_cloexec(int fd, bool cloexec);
uint32_t get_current_time_in_msec(void);
#endif