mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
output-management-v1: support outputs without modes
This commit is contained in:
parent
81e1489e79
commit
fc0ba3ea22
2 changed files with 62 additions and 21 deletions
|
|
@ -37,6 +37,10 @@ struct wlr_output_head_v1_state {
|
|||
|
||||
bool enabled;
|
||||
struct wlr_output_mode *mode;
|
||||
struct {
|
||||
int width, height;
|
||||
int refresh;
|
||||
} custom_mode;
|
||||
int32_t x, y;
|
||||
enum wl_output_transform transform;
|
||||
double scale;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue