Hello,

I found some strange behavior with this ecore calls. If I dont use
alpha_set borderless_set works as expected. With alpha_set the border
gets drawn. This is the code which I have tested.

    ee = ecore_evas_software_x11_new(NULL, 0, 0, 0, 200, 200);
    
    ecore_evas_borderless_set(ee,1);
    ecore_evas_alpha_set(ee, 1);

    ecore_evas_show(ee);

Any Ideas what´s wrong?



Regards,
Hannes

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to