e_output: fix value type error 30/224230/1 accepted/tizen/unified/20200210.131833 submit/tizen/20200207.063847
authorJunkyeong Kim <jk0430.kim@samsung.com>
Fri, 7 Feb 2020 06:37:57 +0000 (15:37 +0900)
committerJunkyeong Kim <jk0430.kim@samsung.com>
Fri, 7 Feb 2020 06:38:03 +0000 (15:38 +0900)
Change-Id: I662d5298c3862f8f4b1871eae5808d8a28cfa0ae
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
src/bin/e_output.c

index cde1ab9..f31a651 100644 (file)
@@ -320,7 +320,7 @@ _e_output_zoom_coordinate_cal(E_Output *output)
 {
    int x = 0, y = 0;
    int w = 0, h = 0;
-   int zoomx = 0, zoomy = 0;
+   double zoomx = 0, zoomy = 0;
    int rotation_diff = 0;
 
    rotation_diff = (360 + output->zoom_conf.current_screen_rotation - output->zoom_conf.init_screen_rotation) % 360;