mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-14 06:59:43 -05:00
Various cleanups
This commit is contained in:
parent
d1ca1ec16e
commit
dd7a349295
3 changed files with 61 additions and 50 deletions
|
|
@ -151,7 +151,8 @@ struct wlr_output_state {
|
|||
bool cleanup;
|
||||
};
|
||||
|
||||
bool wlr_drm_init_resources(struct wlr_backend_state *drm);
|
||||
bool wlr_drm_check_features(struct wlr_backend_state *drm);
|
||||
bool wlr_drm_resources_init(struct wlr_backend_state *drm);
|
||||
void wlr_drm_output_cleanup(struct wlr_output_state *output, bool restore);
|
||||
|
||||
void wlr_drm_scan_connectors(struct wlr_backend_state *state);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue