Re: [E-devel] ecore borderless_set in conflict with alpha_set ?

2006-09-09 Thread The Rasterman
On Sat, 9 Sep 2006 19:58:21 +0200 Tilman Sauerbeck <[EMAIL PROTECTED]> babbled: > Carsten Haitzler [2006-09-07 14:27]: > > On Thu, 27 Jul 2006 20:50:54 + Hannes Janetzek <[EMAIL PROTECTED]> > > babbled: > > > I found some strange behavior with this ecore calls. If I dont use > > > alpha_set bo

Re: [E-devel] ecore borderless_set in conflict with alpha_set ?

2006-09-09 Thread Tilman Sauerbeck
Carsten Haitzler [2006-09-07 14:27]: > On Thu, 27 Jul 2006 20:50:54 + Hannes Janetzek <[EMAIL PROTECTED]> > babbled: > > 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

Re: [E-devel] ecore borderless_set in conflict with alpha_set ?

2006-09-07 Thread The Rasterman
On Thu, 27 Jul 2006 20:50:54 + Hannes Janetzek <[EMAIL PROTECTED]> babbled: > 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. this is now

Re: [E-devel] ecore borderless_set in conflict with alpha_set ?

2006-07-29 Thread Hannes Janetzek
Am Fri, 28 Jul 2006 22:22:31 +0200 schrieb Simon TRENY <[EMAIL PROTECTED]>: > On Fri, 28 Jul 2006 00:11:01 +, > 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

Re: [E-devel] ecore borderless_set in conflict with alpha_set ?

2006-07-28 Thread Simon TRENY
On Fri, 28 Jul 2006 00:11:01 +, 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_

Re: [E-devel] ecore borderless_set in conflict with alpha_set ?

2006-07-28 Thread Hannes Janetzek
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

[E-devel] ecore borderless_set in conflict with alpha_set ?

2006-07-28 Thread Hannes Janetzek
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)

[E-devel] ecore borderless_set in conflict with alpha_set ?

2006-07-27 Thread Hannes Janetzek
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)