e_policy: remove callback for E_CLIENT_HOOK_FULLSCREEN_PRE 00/301300/1
authorDoyoun Kang <doyoun.kang@samsung.com>
Mon, 13 Nov 2023 23:48:44 +0000 (08:48 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Tue, 14 Nov 2023 00:56:43 +0000 (09:56 +0900)
commit4fc13e70c5c9de8c5fea9a579ba7139051b81517
tree50c3e48f43f094e7d85c0bd8fc6fba82251a0004
parent26b92db569590c99bce40b6ee2051a26f1ce43eb
e_policy: remove callback for E_CLIENT_HOOK_FULLSCREEN_PRE

In fullscreen_pre callback, we set the ec->skip_fullscreen to 1 if the ec is a normal window.
For this, the normal ec didn't change its geometry to fullscreen size when it requested to
change to the fullscreen state.

So, we remove this code to handle the fullscreen state normally.

Change-Id: I396e0ecdbcde8aaaf7832b0ae53fa0f7291467c5
src/bin/e_policy.c