bump efl minor version check for ecore_drm2 API function usage

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2017-02-17 19:21:17 -05:00
parent 27d047f4bd
commit 4339f9f783
1 changed files with 2 additions and 2 deletions

View File

@ -451,7 +451,7 @@ _drm2_randr_create(void)
s->info.can_rot_180 = EINA_FALSE; s->info.can_rot_180 = EINA_FALSE;
s->info.can_rot_270 = EINA_FALSE; s->info.can_rot_270 = EINA_FALSE;
# if (EFL_VERSION_MAJOR > 1) || (EFL_VERSION_MINOR >= 18) # if (EFL_VERSION_MAJOR > 1) || (EFL_VERSION_MINOR >= 19)
int rotations; int rotations;
rotations = rotations =
@ -623,7 +623,7 @@ _drm2_randr_apply(void)
/* TODO: cannot support rotations until we support planes /* TODO: cannot support rotations until we support planes
* and we cannot support planes until Atomic support is in */ * and we cannot support planes until Atomic support is in */
# if (EFL_VERSION_MAJOR > 1) || (EFL_VERSION_MINOR >= 18) # if (EFL_VERSION_MAJOR > 1) || (EFL_VERSION_MINOR >= 19)
int orient = 0; int orient = 0;
if (s->config.rotation == 0) if (s->config.rotation == 0)