aux_hint: Change the time to fetch aux hint to the hook "pre_post_fetch".
authorSeunghun Lee <shiin.lee@samsung.com>
Tue, 8 Mar 2016 08:29:02 +0000 (17:29 +0900)
committerGwanglim Lee <gl77.lee@samsung.com>
Thu, 17 Mar 2016 06:25:47 +0000 (15:25 +0900)
commitb5d264fc56102b8fd6ce1c402ca7b8f580920b60
tree13cfe4c0a0af16e9cf3be6b1b80bdce6de6da9ba
parent30acc50c62d552a3cbe6d7d7763008d38298941f
aux_hint: Change the time to fetch aux hint to the hook "pre_post_fetch".

The policy that makes client to maximize is applied in "post_fetch",
and aux_hint of "wm.policy.win.user.geometry" was in "pre_new_client" that
is called after "post_fetch".
So, it is better to fetch hints in "pre_post_fetch" that is called
before evaluation of client.

Change-Id: I2a711e313f89b79e3c3c5964cf96ee50d4e7124f
src/e_mod_main.c
src/e_mod_wl.c
src/e_mod_wl.h