mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-03-04 01:40:27 -05:00
feat: Calculate animation curve by time points rather than passed frames
This commit is contained in:
parent
70eb70ef0d
commit
b39ab429f5
6 changed files with 76 additions and 84 deletions
|
|
@ -6,3 +6,5 @@ void *ecalloc(size_t nmemb, size_t size);
|
|||
int fd_set_nonblock(int fd);
|
||||
int regex_match(const char *pattern_mb, const char *str_mb);
|
||||
void wl_list_append(struct wl_list *list, struct wl_list *object);
|
||||
unsigned int get_now_in_ms(void);
|
||||
unsigned int timespec_to_ms(struct timespec *ts);
|
||||
Loading…
Add table
Add a link
Reference in a new issue