e_plane: fix the build the warning
authorSooChan Lim <sc1.lim@samsung.com>
Thu, 16 Jun 2016 08:26:11 +0000 (17:26 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Thu, 16 Jun 2016 08:26:11 +0000 (17:26 +0900)
Change-Id: I08c8648cef0253397050d4d0ff83aca721720783

src/bin/e_plane.c

index b89c3f23b05c5b1df666646d61d7c68ff3aa6959..c929053497f1a334e9c71210c9867704cf52b2fd 100644 (file)
@@ -912,7 +912,7 @@ e_plane_new(E_Output *output, int index)
    tdm_layer_capability layer_capabilities;
    char name[40];
    E_Plane_Renderer *renderer = NULL;
-   unsigned int zpos;
+   int zpos;
 
    EINA_SAFETY_ON_NULL_RETURN_VAL(output, NULL);