e17: use argb border only when compositing is enabled

SVN revision: 63170
This commit is contained in:
Hannes Janetzek 2011-09-04 20:03:00 +00:00
parent 56133e3457
commit 11fe807ade
1 changed files with 1 additions and 1 deletions

View File

@ -7066,7 +7066,7 @@ _e_border_eval0(E_Border *bd)
bd->bg_object = o;
if (!bd->client.argb)
if ((e_config->use_composite) && (!bd->client.argb))
{
argb_option = edje_object_data_get(o, "argb");
if ((argb_option) && (!strcmp(argb_option, "1")))