summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
Diffstat (limited to 'unix')
-rw-r--r--unix/x0vncserver/RandrGlue.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/x0vncserver/RandrGlue.c b/unix/x0vncserver/RandrGlue.c
index 2e477630..ff12902f 100644
--- a/unix/x0vncserver/RandrGlue.c
+++ b/unix/x0vncserver/RandrGlue.c
@@ -468,6 +468,7 @@ int vncRandRReconfigureOutput(int outputIdx, int x, int y,
}
crtcid = output->crtcs[i];
+ crtc->rotation = RR_Rotate_0;
break;
}
} else {