mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
output: make wlr_output_enable return a bool
This commit is contained in:
parent
769a8e9917
commit
cb293f09e7
5 changed files with 16 additions and 10 deletions
|
|
@ -143,6 +143,6 @@ void finish_drm_resources(struct wlr_drm_backend *drm);
|
|||
void restore_drm_outputs(struct wlr_drm_backend *drm);
|
||||
void scan_drm_connectors(struct wlr_drm_backend *state);
|
||||
int handle_drm_event(int fd, uint32_t mask, void *data);
|
||||
void enable_drm_connector(struct wlr_output *output, bool enable);
|
||||
bool enable_drm_connector(struct wlr_output *output, bool enable);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue