Disable outputs in rootston config

This commit is contained in:
emersion 2018-01-04 15:48:28 +01:00
parent d9ecfbaf32
commit be3a7b0017
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
3 changed files with 24 additions and 9 deletions

View file

@ -7,6 +7,7 @@
struct roots_output_config {
char *name;
bool enable;
enum wl_output_transform transform;
int x, y;
float scale;