elm win - fix invalid use of elm engine config per window
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Sun, 10 Aug 2014 22:59:45 +0000 (07:59 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Sun, 10 Aug 2014 23:01:45 +0000 (08:01 +0900)
commit4213973d434e3a84968860359cfd5f7dde9c01e2
tree33b618078f32e32713b36a69bc9dcebce5282358
parentf9b51245e87a2da6a00fd96fff358439d0b72532
elm win - fix invalid use of elm engine config per window

lots of code unsing ENGINE_COMPARE where it should get the engine from
the ecore_evas directly - it happened to work as we happened to have
apps that have windows only for x11, or wayland etc, but not both in
an app. this was wrong, so remove the engine compare macro and do it
properly. no laziness.
src/lib/elm_win.c