mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-16 08:56:26 -05:00
remove time usec
This commit is contained in:
parent
a224e74fad
commit
875a5b446f
15 changed files with 39 additions and 58 deletions
|
|
@ -136,3 +136,7 @@ error_session:
|
|||
wlr_session_destroy(session);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
uint32_t usec_to_msec(uint64_t usec) {
|
||||
return (uint32_t)(usec / 1000);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue