Re: [E-devel] patch to make e17setroot works even when DISPLAY isn't :0.0

2005-02-11 Thread Hisham Mardam Bey
In cvs. Thanks hisham / codewarrior On Fri, 11 Feb 2005 22:18:13 +0100, David Odin <[EMAIL PROTECTED]> wrote: > Hi, > > This patchlet allows e17setroot to work even if the current display > isn't :0.0 > I often test e17 from another running X session with a startx -- :1, so > I need e17setroot

[E-devel] patch to make e17setroot works even when DISPLAY isn't :0.0

2005-02-11 Thread David Odin
Hi, This patchlet allows e17setroot to work even if the current display isn't :0.0 I often test e17 from another running X session with a startx -- :1, so I need e17setroot to work on every display. - diff -u -r1.17 e17setroot.c ---

[E-devel] [PATCH] e

2005-02-11 Thread Sebastian Dransfeld
Makes windows rember zones. If none objects I'll commit it. Sebastian Index: e_atoms.c === RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_atoms.c,v retrieving revision 1.6 diff -u -r1.6 e_atoms.c --- e_atoms.c 7 Feb 2005 13:51

[E-devel] Access evas for ewl_window

2005-02-11 Thread Nigel Benns
Is there any way to access the evas that an ewl_window or any other widget uses to draw? I know that I could create an evas and ewl_embed all of the widgets on it, but that doesn't seem very consistent for gui programming (mabey I'm just used to the old ways :) I'm basically looking for an equivi