e_xdg_shell_v6: update the base_output_resolution of the ec
authorSooChan Lim <sc1.lim@samsung.com>
Tue, 23 Apr 2019 07:56:15 +0000 (16:56 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Tue, 23 Apr 2019 07:56:15 +0000 (16:56 +0900)
Change-Id: I05841e790363e33a8e8b49ac8377742f06855ac3

src/bin/e_xdg_shell_v6.c

index 8a80ba6acf5b75b37272e558b9829e32cd778db9..ee494eb455a2b9ff29a4ed83f82b53d6e14ec1b6 100644 (file)
@@ -1712,6 +1712,9 @@ _e_xdg_surface_create(E_Xdg_Shell *shell,
 
    _e_xdg_shell_surface_add(shell, exsurf);
 
+   // base_output_resolution.
+   e_client_base_output_resolution_update(ec);
+
    return exsurf;
 }
 /* End of Xdg_surface */