Refactored renderer startup to function.

This commit is contained in:
Scott Anderson 2017-05-14 12:48:47 +12:00
parent ce8786721b
commit 7efdd3c9fc
3 changed files with 28 additions and 45 deletions

View file

@ -60,6 +60,6 @@ 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);
void wlr_drm_output_draw_blank(struct wlr_output_state *output);
void wlr_drm_output_start_renderer(struct wlr_output_state *output);
#endif