Am Fri, 28 Jul 2006 07:47:07 +0200
schrieb Sebastian Dransfeld <[EMAIL PROTECTED]>:

> Hannes Janetzek wrote:
> > 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);
> 
> alpha_set recreates the window, try change the order of the functions.
> 
> Sebastian
> 

Ah, ok thanks. This works.


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