e_policy_wl: change aux hint name for decoration properties 24/291124/1
authorDoyoun Kang <doyoun.kang@samsung.com>
Mon, 10 Apr 2023 06:46:50 +0000 (15:46 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Mon, 10 Apr 2023 07:58:30 +0000 (16:58 +0900)
commit09018e51e0cc875d85757f73789348c06acb673a
treebbb76a800dd4d1e2be4ac8027a2e2f34684f42e9
parent9748f0d0a417c766097b8ab9e9927a2101983035
e_policy_wl: change aux hint name for decoration properties

We changed aux hint name related with client size decoration as below.
* E_Policy_Hint_Type
  - E_POLICY_HINT_RESIZE_HEADER_HEIGHT -> E_POLICY_HINT_DECORATION_SIZE_HEADER
  - E_POLICY_HINT_RESIZE_FOOTER_HEIGHT -> E_POLICY_HINT_DECORATION_SIZE_FOOTER
* hint_name
  - wm.policy.win.resize.header_height -> wm.policy.win.decoration.size.header
  - wm.policy.win.resize.footer_height -> wm.policy.win.decoration.size.footer

Change-Id: Iceb68af9d9fd6e116a779b96e4a11845e8b106b3
src/bin/e_policy_wl.c