Ecore_Wayland (egl): Update server allocation when window allocation

changes.



SVN revision: 75213
This commit is contained in:
Christopher Michael 2012-08-13 14:30:58 +00:00
parent dc2f7beced
commit 1b96e67e75
1 changed files with 1 additions and 1 deletions

View File

@ -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: