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
parent 6c27c2cdf2
commit 87b81c6f1a
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