account for race condition when creating initial comp object updates tiler
authorMike Blumenkrantz <zmike@osg.samsung.com>
Wed, 8 Jul 2015 16:36:36 +0000 (12:36 -0400)
committerMike Blumenkrantz <zmike@osg.samsung.com>
Wed, 8 Jul 2015 16:36:36 +0000 (12:36 -0400)
commit9bdb805f481ba42933b46f752fb72c239de5870d
tree56a9c705deaca8cd302b4d18fcb5bc73b3ca3605
parent31f6c5b4469fd748fdd8e956d7652f1b8f912bac
account for race condition when creating initial comp object updates tiler

under wayland, some surfaces (eg. cursors) would attempt to show prior to
having acquired their actual size. these show attempts should be rejected
until the size has been set to ensure that rendering can proceed as expected

fix T2557
src/bin/e_comp_object.c