ecore-evas x - solve internal window size flickrs in e
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Fri, 9 Oct 2015 03:52:41 +0000 (12:52 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Fri, 9 Oct 2015 04:06:20 +0000 (13:06 +0900)
commit6a90df70bf418710814011fd4b99c02995d80a5b
tree5553a39a22c44fc475adfbab76895146c653d1e6
parent210c6b9b7cb0d938a3734e635edfdfc4de472003
ecore-evas x - solve internal window size flickrs in e

so there is an issue that e brings out where configure events get
queued and deferred AND e ends up requesting a new size, but new size
is wrong as its read from an old event (requested size is updated) and
in the end ecore-evas doesnt request the actual new size because
current w/h is "the same" even though it isn't... bah - it's complex
and a self-feeding event issue. just doing the move/resize solves it.

@fix
src/modules/ecore_evas/engines/x/ecore_evas_x.c