diff options
Diffstat (limited to '')
-rw-r--r-- | src/gamma-randr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gamma-randr.h b/src/gamma-randr.h index e541379..093c41f 100644 --- a/src/gamma-randr.h +++ b/src/gamma-randr.h @@ -39,6 +39,7 @@ typedef struct { xcb_connection_t *conn; xcb_screen_t *screen; int preferred_screen; + int preserve; int screen_num; int crtc_num; unsigned int crtc_count; |