Re: [E-devel] [ECORE][PATCH]Ecore Daemon

2006-07-28 Thread Stephen Houston
Patience. It will get looked over. On 7/26/06, Essien Ita Essien [EMAIL PROTECTED] wrote: Carsten Haitzler (The Rasterman) wrote: On Mon, 24 Jul 2006 20:58:27 +0100 Essien Ita Essien [EMAIL PROTECTED] babbled: a quick scan of the patch - coding style. we can argue forever which is

[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);

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 code which I

Re: [E-devel] [ENTRANCE][PATCH] entrance_edit2

2006-07-28 Thread Essien Ita Essien
hmmm... duuno why this are still not mailed in. forwarding directly to list now. sorry if you get this more than once. [EMAIL PROTECTED] wrote: snip snip Looks good. See the commit logs for a small note (not your fault). Good stuff :) the attached patch. corrects that situation. It turns

[E-devel] ecore_x_netwm : some prop are not in spec

2006-07-28 Thread Vincent Torri
hello, i'm reviewing netwm properties and the following ones : EAPI Ecore_X_Atom ECORE_X_ATOM_NET_WM_WINDOW_OPACITY = { 0 }; EAPI Ecore_X_Atom ECORE_X_ATOM_NET_WM_WINDOW_SHADOW = { 0 }; EAPI Ecore_X_Atom ECORE_X_ATOM_NET_WM_WINDOW_SHADE= { 0 }; EAPI Ecore_X_Atom

Re: [E-devel] [ENTRANCE][PATCH] entrance_edit2

2006-07-28 Thread Essien Ita Essien
[EMAIL PROTECTED] wrote: snip snip Looks good. See the commit logs for a small note (not your fault). Good stuff :) the attached patch. corrects that situation. It turns out it was my fault afterall :) ecore_config_file_save() fails with an ecore err code when a file can not be written

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