aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2025-06-16 00:41:19 +0900
committerFurkan Sahin <furkan-dev@proton.me>2025-06-16 00:41:19 +0900
commitdca65fdfe64532dce144360615874e8701a5644d (patch)
treeeb1ba6fc19fc687f097957ab9039e5f4d37d8cd3 /include
parent0efa93247c9807d30908a76ec797ae2d4d148556 (diff)
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.
Diffstat (limited to 'include')
-rw-r--r--include/util.h2
1 files changed, 2 insertions, 0 deletions
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