From: joonbum.ko Date: Wed, 5 Jul 2017 08:20:08 +0000 (+0900) Subject: wayland-egl: Set the initial values when wl_egl_window created. X-Git-Tag: accepted/tizen/unified/20170711.180707~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2a2e56ba6073a28ecf2d6a172dd9c6719c017d37;p=platform%2Fcore%2Fuifw%2Flibtpl-egl.git wayland-egl: Set the initial values when wl_egl_window created. Change-Id: I4f6607eda7d4e0e97ce987f4f8a4986ddc443511 Signed-off-by: joonbum.ko --- diff --git a/src/wayland-egl/wayland-egl.c b/src/wayland-egl/wayland-egl.c index cabefc4..d7c2be7 100644 --- a/src/wayland-egl/wayland-egl.c +++ b/src/wayland-egl/wayland-egl.c @@ -100,6 +100,9 @@ wl_egl_window_create(struct wl_surface *surface, egl_window->attached_height = 0; egl_window->rotation = ROTATION_0; + egl_window->frontbuffer_mode = 0; + egl_window->transform = 0; + egl_window->window_transform = 0; egl_window->private = NULL; egl_window->rotate_callback = NULL;