aboutsummaryrefslogtreecommitdiff
path: root/include/wlr/backend.h
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2017-10-30 15:43:06 -0400
committerTony Crisci <tony@dubstepdish.com>2017-10-30 15:43:06 -0400
commit875a5b446fcf04314ee102624bda7ae18939837e (patch)
tree4030c2bce3f8fbeeed9cff560f5290d41ea3d2a7 /include/wlr/backend.h
parenta224e74fadd6393e25ec7392115892aec87dc11a (diff)
remove time usec
Diffstat (limited to 'include/wlr/backend.h')
-rw-r--r--include/wlr/backend.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/wlr/backend.h b/include/wlr/backend.h
index 78d01edf..2c8fd982 100644
--- a/include/wlr/backend.h
+++ b/include/wlr/backend.h
@@ -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