mirror of
https://github.com/swaywm/sway.git
synced 2026-04-17 06:46:32 -04:00
Rename get_current_time_msec to fix wlr conflict
This commit is contained in:
parent
9188a34860
commit
82c10757a3
4 changed files with 6 additions and 6 deletions
|
|
@ -61,6 +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_msec(void);
|
||||
uint32_t sway_get_current_time_msec(void);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue