efl_ui_win: fix hw accel detection
authorMike Blumenkrantz <zmike@samsung.com>
Mon, 18 Mar 2019 13:27:14 +0000 (09:27 -0400)
committerYeongjong Lee <yj34.lee@samsung.com>
Tue, 2 Apr 2019 03:45:17 +0000 (12:45 +0900)
commitde4305ae2c863b27433e4c56b28a69824941ff58
tree94161941c9924d4b360f607b34b899a26f0e517c
parent7c7ea703a40c5d07398a9e7fe88b9a1c8ccb1dff
efl_ui_win: fix hw accel detection

the ordering of priority here is supposed to be:

1. env vars
2. global override config
3. window config
4. global config

in the case where 1 and 3 were not set, however, this would end up
mangling the global config values and not using the gl options

@fix

Reviewed-by: Cedric BAIL <cedric.bail@free.fr>
Differential Revision: https://phab.enlightenment.org/D8389
src/lib/elementary/efl_ui_win.c