On Fri, 28 Jul 2006 00:11:01 +0000, Hannes Janetzek <[EMAIL PROTECTED]> wrote :
> 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); If you invert the calling order of ecore_evas_borderless_set() and ecore_evas_alpha_set() (so ecore_evas_alpha_set() is called before ecore_evas_borderless_set()), it works. It's probably a bug of Ecore_Evas. Maybe ecore_evas_alpha_set() resets for some reasons the borderless property of the window. So for now, just call ecore_evas_alpha_set() before ecore_evas_borderless_set(), it should work. Regards, Simon TRENY <MoOm> ------------------------------------------------------------------------- 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