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
|
|
@ -23,4 +23,6 @@ bool wlr_backend_start(struct wlr_backend *backend);
|
|||
void wlr_backend_destroy(struct wlr_backend *backend);
|
||||
struct wlr_egl *wlr_backend_get_egl(struct wlr_backend *backend);
|
||||
|
||||
uint32_t usec_to_msec(uint64_t usec);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue