E Comp (wayland): Set surface transform to NULL on creation.

SVN revision: 67529
This commit is contained in:
Christopher Michael 2012-01-25 11:00:29 +00:00
parent b58cfefd41
commit 744b0a6658
1 changed files with 2 additions and 0 deletions

View File

@ -54,6 +54,8 @@ e_mod_comp_wl_surface_create(int32_t x, int32_t y, int32_t width, int32_t height
surface->buffer_destroy_listener.func =
_e_mod_comp_wl_surface_buffer_destroy_handle;
surface->transform = NULL;
return surface;
}