diff --git a/src/bin/e_randr.c b/src/bin/e_randr.c index e0b8698ce..a351e0822 100644 --- a/src/bin/e_randr.c +++ b/src/bin/e_randr.c @@ -1213,6 +1213,8 @@ _e_randr_config_screen_size_calculate(int *sw, int *sh) { Ecore_X_Randr_Crtc crtc = 0; + crtc = ecore_x_randr_output_crtc_get(root, outputs[i]); + #if ((ECORE_VERSION_MAJOR >= 1) && (ECORE_VERSION_MINOR >= 8)) Ecore_X_Randr_Crtc_Info *cinfo;