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:
47a92a6
)
e_desk_area: fix bug for fullscreen window
81/316381/1
author
Doyoun Kang
<doyoun.kang@samsung.com>
Tue, 20 Aug 2024 10:21:03 +0000
(19:21 +0900)
committer
Tizen Window System
<tizen.windowsystem@gmail.com>
Tue, 20 Aug 2024 11:16:22 +0000
(20:16 +0900)
There was a bug that the window didn't change its size to full size of screen
when the client requested to fullscreen state.
This patch resolve this problem.
Change-Id: I3d4ebd310ef8219757fc7642886d97a94a574985
src/bin/core/e_desk_area.c
patch
|
blob
|
history
diff --git
a/src/bin/core/e_desk_area.c
b/src/bin/core/e_desk_area.c
index 823a5cd5099943eeffd41786d199cea4a59d9857..44480157ad04c755081ede75137126957b007e1e 100644
(file)
--- a/
src/bin/core/e_desk_area.c
+++ b/
src/bin/core/e_desk_area.c
@@
-1118,8
+1118,6
@@
_desk_area_cb_client_fullscreen(struct wl_listener *listener, void *data)
fullscreen_policy = *((E_Fullscreen *)data);
- if (!eda->visible) return;
-
// "override = 1" means that ec is not controlled by wm policy
if (ec->override) return;