Generalize DPMS, remove DRM refs from example

This commit is contained in:
Drew DeVault 2017-05-31 15:38:26 -04:00
parent 03c9b46034
commit fee409bd0a
10 changed files with 65 additions and 50 deletions

View file

@ -55,7 +55,6 @@ struct wlr_output_state {
};
void wlr_drm_output_cleanup(struct wlr_output_state *output, bool restore);
void wlr_drm_output_dpms(int fd, struct wlr_output_state *output, bool screen_on);
void wlr_drm_scan_connectors(struct wlr_backend_state *state);
int wlr_drm_event(int fd, uint32_t mask, void *data);