aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gamma-randr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gamma-randr.c b/src/gamma-randr.c
index 901c0db..6e0fd00 100644
--- a/src/gamma-randr.c
+++ b/src/gamma-randr.c
@@ -53,7 +53,7 @@ randr_init(randr_state_t *state)
state->crtc_count = 0;
state->crtcs = NULL;
- state->preserve = 0;
+ state->preserve = 1;
xcb_generic_error_t *error;