diff --git a/src/modules/wl_drm/e_mod_main.c b/src/modules/wl_drm/e_mod_main.c index 99f10fa09..4c91f2610 100644 --- a/src/modules/wl_drm/e_mod_main.c +++ b/src/modules/wl_drm/e_mod_main.c @@ -434,7 +434,9 @@ _drm2_randr_create(void) s->config.rotation = 0; } - printf("DRM2 RRR: drm output rotation=%i\n", s->config.rotation); + printf("DRM2 RRR: drm output rotation=%i\n", s->config.rotation); + /* TODO: get current output rotation and store in + * s->config.rotation */ s->info.can_rot_0 = EINA_FALSE; s->info.can_rot_90 = EINA_FALSE;