mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-13 13:29:44 -05:00
parent
fa9c6ecc53
commit
50e86a0efa
3 changed files with 43 additions and 0 deletions
|
|
@ -9,6 +9,10 @@ struct output_config {
|
|||
enum wl_output_transform transform;
|
||||
int x, y;
|
||||
struct wl_list link;
|
||||
struct {
|
||||
int width, height;
|
||||
float refresh_rate;
|
||||
} mode;
|
||||
};
|
||||
|
||||
struct device_config {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue