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

src/bin/e_xdg_shell_v6.c

index 885b33657ad17305123d5e7a87a08e0abc1c898c..7e5333e1471689b3ae3de36a82672bc558071bc2 100644 (file)
@@ -1722,6 +1722,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 */