mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-19 06:59:48 -05:00
Merge pull request #579 from Ongy/dpms_decouple
decouples outputenable state and wl_output global
This commit is contained in:
commit
7a2e9a17ba
3 changed files with 7 additions and 9 deletions
|
|
@ -89,6 +89,8 @@ struct wlr_output {
|
|||
struct wlr_surface;
|
||||
|
||||
void wlr_output_enable(struct wlr_output *output, bool enable);
|
||||
void wlr_output_create_global(struct wlr_output *output);
|
||||
void wlr_output_destroy_global(struct wlr_output *output);
|
||||
bool wlr_output_set_mode(struct wlr_output *output,
|
||||
struct wlr_output_mode *mode);
|
||||
bool wlr_output_set_custom_mode(struct wlr_output *output, int32_t width,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue