wl-drm: move variable declaration to top and add TODO comment

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2017-12-15 12:04:39 -05:00 committed by Christopher Michael
parent 389e9bfb02
commit 7769a2240b
1 changed files with 3 additions and 1 deletions

View File

@ -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;