From 4b15b3427fd0835247d0a2e188c00f1d2aa04484 Mon Sep 17 00:00:00 2001 From: hwsmm <9151706+hwsmm@users.noreply.github.com> Date: Mon, 16 Jun 2025 00:41:19 +0900 Subject: 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. --- include/util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/util.h') diff --git a/include/util.h b/include/util.h index f887d489..92f5916c 100644 --- a/include/util.h +++ b/include/util.h @@ -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 -- cgit v1.2.3