e_comp_wl: wait for the requesting client to be mapped before applying input region 12/219612/2 accepted/tizen/5.5/unified/20191209.050136 submit/tizen_5.5/20191206.105723
authorjeon <jhyuni.kang@samsung.com>
Fri, 6 Dec 2019 08:16:10 +0000 (17:16 +0900)
committerJeongHyun Kang <jhyuni.kang@samsung.com>
Fri, 6 Dec 2019 10:25:54 +0000 (10:25 +0000)
commitde656fe6188b084ca87158be036cbf5a85110600
tree18eec52445e11a89c66b3f26a2a58441673d7a3e
parentb3282683d0888fc143fa0d1fc7f2c391e96db540
e_comp_wl: wait for the requesting client to be mapped before applying input region

  - Basically setting input region for a client surface will only be applied
    only when the surface is attached.
  - Otherwise the request for setting input region for the client surface
    will not be applied as the server doesn't know the exact size of the surface.
  - Therefore we apply the input region from the client when the surface of the client is mapped.

Change-Id: I2a85e43d6214839e36dfda9c52249940d758ee79
src/bin/e_comp_wl.c