always set alpha for internal wins
authorMike Blumenkrantz <zmike@osg.samsung.com>
Mon, 21 Sep 2015 19:16:30 +0000 (15:16 -0400)
committerMike Blumenkrantz <zmike@osg.samsung.com>
Mon, 21 Sep 2015 19:16:30 +0000 (15:16 -0400)
commit8491e11570151d38054d2c677ca571675b02a7ea
tree3c7a958bb9fed8b017681760f9918a646bf03692
parent6b1affe6f1d006dd1076f2b5333507a01a4053fc
always set alpha for internal wins

due to the presence of color classes on internal windows, e must
ensure that users who set translucent colors for window base objects
get transparency as expected on those parts of the window. it's impossible
to determine in advance whether alpha is needed, so it's best to just
set alpha in all cases

fix T2050
src/bin/e_win.c