[SDL_Tizen] Call ecore_wl2_window_position_set when creating window 63/185363/1
authorhuiyu.eun <huiyu.eun@samsung.com>
Mon, 30 Jul 2018 02:29:40 +0000 (11:29 +0900)
committerhuiyu.eun <huiyu.eun@samsung.com>
Mon, 30 Jul 2018 02:52:27 +0000 (11:52 +0900)
Change-Id: I8e5c11a7d7b106bdce59fe4b0db5bef524a27060
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
src/video/tizen/SDL_tizenwindow.c

index 0b6734a..74ef62c 100755 (executable)
@@ -679,6 +679,7 @@ Tizen_CreateWindow(_THIS, SDL_Window *window)
         }
         return -1;
     }
+    ecore_wl2_window_position_set(wind->window, window->x, window->y);
     _tizen_output_transform_register(wind);
 #if 0
     wind->wl2_surface = ecore_wl2_surface_create(wind->window, EINA_FALSE);