- 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
/* put state input into surface */
if ((state->input) &&
- (!eina_tiler_empty(state->input)))
+ (!eina_tiler_empty(state->input)) &&
+ ec->first_mapped)
{
Eina_Tiler *src, *tmp;
int sw, sh;