[E-devel] Reparent usage

2005-06-17 Thread Rajsekar Manokaran
Can someone suggest how to use the reparent command in eesh to do something useful? I tried to reparent an xterm window inside many othersnone of them worked. For example, can we create a small x window which can hold other windows (by reparenting them to this) to create a nice kind of a

Re: [E-devel] Intermittent focus issue

2005-06-17 Thread Boldin Pavel
eric richardson : * Dan ([EMAIL PROTECTED]) wrote: Komodo uses Mozilla to render the interface. It's possible that this bug only affects Mozilla derivatives - I've had the same trouble with Firefox, but I haven't noticed it with other apps ( vmware, glade, eterm ). I have the same

Re: [E-devel] Intermittent focus issue

2005-06-17 Thread Tres Melton
On Fri, 2005-06-17 at 00:29 -0700, eric richardson wrote: Another user whose email doesn't contain the list's address. * Tres Melton ([EMAIL PROTECTED]) wrote: Which version of e16? e16.8 or e16.7.2? I use lots of mozilla windows w/ lots of tabs and have not seen this issue (in either

Re: [E-devel] EWL_embed: duplicated events

2005-06-17 Thread Nathan Ingersoll
The duplication doesn't happen because Ewl_Window does not feed the events through evas. Maybe we should just add a parameter to ewl_embed_evas_set to flag if it should register evas events or not. I believe the window uses that API call to set it's evas too. On 6/17/05, Simon Poole [EMAIL

[E-devel] Patch to fix eapp corruption with enlightenment_eapp.

2005-06-17 Thread Alastair Poole
The following patch fixes previous attempts to solve this issue which relates to the corruption of an eapp if no arguments and only the eapp are passed to enlightenment_eapp. For example: enlightenment_eapp working.eapp would break working.eapp. sincerely Alastair Poole ---

[E-devel] libewl.so: undefined reference to `ecore_x_mwm_borderless_set'

2005-06-17 Thread Alex C-G
Hi there I keep getting the following error every time i try to compile ewl from CVS (fresh from today, though also tried CVS from a few days ago): -- ../../src/lib/.libs/libewl.so: undefined reference to `ecore_x_mwm_borderless_set' collect2: ld returned 1 exit status make[3]: *** [ewl_test]

Re: [E-devel] libewl.so: undefined reference to `ecore_x_mwm_borderless_set'

2005-06-17 Thread Nathan Ingersoll
Sounds like you have an old version of ecore installed somewhere. That function was added to ecore recently, and would not be present in older copies. On 6/17/05, Alex C-G [EMAIL PROTECTED] wrote: Hi there I keep getting the following error every time i try to compile ewl from CVS (fresh

[E-devel] [PATCH] Fix segfault in evas_free

2005-06-17 Thread Jason Tackaberry
The attached patch fixes a segfault in evas_free() when no output method has been set. Cheers, Jason. --- evas.orig/src/lib/canvas/evas_main.c2005-06-17 22:09:09.0 -0400 +++ evas/src/lib/canvas/evas_main.c 2005-06-17 22:09:01.0 -0400 @@ -150,9 +150,12 @@