Have backend manage opengl context

This commit is contained in:
Drew DeVault 2017-05-31 15:15:42 -04:00
parent 66e02e97ec
commit 03c9b46034
3 changed files with 16 additions and 25 deletions

View file

@ -12,7 +12,4 @@ struct wlr_backend *wlr_drm_backend_create(struct wl_display *display,
void wlr_drm_backend_dpms(struct wlr_backend *backend, bool screen_on);
void wlr_drm_output_begin(struct wlr_output *out);
void wlr_drm_output_end(struct wlr_output *out);
#endif