aboutsummaryrefslogtreecommitdiff
path: root/include/wlr/backend
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-05-31 15:38:26 -0400
committerDrew DeVault <sir@cmpwn.com>2017-05-31 15:38:26 -0400
commitfee409bd0af6f2e77116e7d8eddf99dd5225b1dc (patch)
tree7249b2eab962a7d33eaac1d303beb5bde78ced3c /include/wlr/backend
parent03c9b460346592c902920de2fe16a15dd72f71df (diff)
Generalize DPMS, remove DRM refs from example
Diffstat (limited to 'include/wlr/backend')
-rw-r--r--include/wlr/backend/drm.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/wlr/backend/drm.h b/include/wlr/backend/drm.h
index fecd65dd..2863f926 100644
--- a/include/wlr/backend/drm.h
+++ b/include/wlr/backend/drm.h
@@ -4,12 +4,8 @@
#include <wayland-server.h>
#include <wlr/session.h>
#include <wlr/backend.h>
-#include <xf86drmMode.h> // drmModeModeInfo
-#include <wlr/wayland.h>
struct wlr_backend *wlr_drm_backend_create(struct wl_display *display,
struct wlr_session *session);
-void wlr_drm_backend_dpms(struct wlr_backend *backend, bool screen_on);
-
#endif