downstream: ivi-shell: configure the ivi surface when created
authorJanos Kovacs <jankovac503@gmail.com>
Fri, 8 Aug 2014 10:41:11 +0000 (13:41 +0300)
committerJanos Kovacs <jankovac503@gmail.com>
Wed, 10 Dec 2014 14:28:04 +0000 (16:28 +0200)
Change-Id: I39c155b5430d6da191e87f60bf7aee30cbbacb16
Signed-off-by: Janos Kovacs <jankovac503@gmail.com>
ivi-shell/ivi-shell.c

index 9b1741a..afbbb80 100644 (file)
@@ -440,6 +440,8 @@ application_surface_create(struct wl_client *client,
 
        wl_resource_set_implementation(res, &surface_implementation,
                                       ivisurf, shell_destroy_shell_surface);
+
+       ivi_shell_surface_configure(weston_surface, 0,0);
 }
 
 static const struct ivi_application_interface application_implementation = {