From: Christopher Michael Date: Mon, 13 Aug 2012 14:30:58 +0000 (+0000) Subject: Ecore_Wayland (egl): Update server allocation when window allocation X-Git-Tag: submit/devel/efl/20131022.203902~4649 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1b96e67e758cf869e540bde89e03bd06f23dd0ed;p=platform%2Fupstream%2Fefl.git Ecore_Wayland (egl): Update server allocation when window allocation changes. SVN revision: 75213 --- diff --git a/legacy/ecore/src/lib/ecore_wayland/ecore_wl_window.c b/legacy/ecore/src/lib/ecore_wayland/ecore_wl_window.c index a948957..74514a2 100644 --- a/legacy/ecore/src/lib/ecore_wayland/ecore_wl_window.c +++ b/legacy/ecore/src/lib/ecore_wayland/ecore_wl_window.c @@ -264,7 +264,7 @@ ecore_wl_window_buffer_attach(Ecore_Wl_Window *win, struct wl_buffer *buffer, in switch (win->buffer_type) { case ECORE_WL_WINDOW_BUFFER_TYPE_EGL_WINDOW: - /* FIXME: weston has wl_egl_window_get_attached_size */ + win->server_allocation = win->allocation; break; case ECORE_WL_WINDOW_BUFFER_TYPE_EGL_IMAGE: case ECORE_WL_WINDOW_BUFFER_TYPE_SHM: