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_
[EMAIL PROTECTED] wrote:
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 to. I now p
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 ECORE_X_ATOM_NET_STAR
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:
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 wa
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
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)
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>