projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fcbe6e
)
e_comp_wl: Remove duplicate call
56/318256/1
author
Seunghun Lee
<shiin.lee@samsung.com>
Mon, 13 Jan 2025 09:33:36 +0000
(18:33 +0900)
committer
Tizen Window System
<tizen.windowsystem@gmail.com>
Wed, 15 Jan 2025 00:34:48 +0000
(09:34 +0900)
The _e_comp_wl_surface_state_size_update() should be called
e_comp_wl_surface_attach().
Change-Id: Ib477c43ce688727dc015a8e491fee5a89bd32ac8
src/bin/server/e_comp_wl.c
patch
|
blob
|
history
diff --git
a/src/bin/server/e_comp_wl.c
b/src/bin/server/e_comp_wl.c
index 1604ea355a7a27ae123d272d3018f2c93d260242..8437bc9d365c7b6fcf55cfe4dfc58a9f51c85e1c 100644
(file)
--- a/
src/bin/server/e_comp_wl.c
+++ b/
src/bin/server/e_comp_wl.c
@@
-2962,7
+2962,6
@@
_e_comp_wl_surface_state_commit(E_Client *ec, E_Comp_Wl_Surface_State *state)
if ((state->new_attach) ||
(state->buffer_viewport.changed))
{
- _e_comp_wl_surface_state_size_update(ec, state);
e_comp_wl_map_size_cal_from_viewport(ec);
if (ec->new_client) placed = ec->placed;