aboutsummaryrefslogtreecommitdiff
path: root/include/wlr/backend.h
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-04-03 15:58:47 -0400
committerGitHub <noreply@github.com>2018-04-03 15:58:47 -0400
commit2ecce27dd55f66121fc2bca425f45e851bf1ec4c (patch)
tree97ba6de65f200d24bacf49a2eaf7a30572896a84 /include/wlr/backend.h
parent1e39c37b3c78ea370e9fd870b63da194fc60d8fc (diff)
parent56deff41b6c2c6190894068994ba403978068bad (diff)
Merge pull request #807 from swaywm/input-inhibit
Input inhibit
Diffstat (limited to 'include/wlr/backend.h')
-rw-r--r--include/wlr/backend.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/wlr/backend.h b/include/wlr/backend.h
index e3b14add..f5482e04 100644
--- a/include/wlr/backend.h
+++ b/include/wlr/backend.h
@@ -46,6 +46,4 @@ struct wlr_egl *wlr_backend_get_egl(struct wlr_backend *backend);
*/
struct wlr_renderer *wlr_backend_get_renderer(struct wlr_backend *backend);
-uint32_t usec_to_msec(uint64_t usec);
-
#endif