mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-03 09:01:40 -05:00
Disable outputs in rootston config
This commit is contained in:
parent
d9ecfbaf32
commit
be3a7b0017
3 changed files with 24 additions and 9 deletions
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
struct roots_output_config {
|
||||
char *name;
|
||||
bool enable;
|
||||
enum wl_output_transform transform;
|
||||
int x, y;
|
||||
float scale;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue