Re: [E-devel] Evas XCB

2011-07-08 Thread Christopher Michael
On 07/08/11 11:11, Vincent Torri wrote: > > > On Thu, 7 Jul 2011, Christopher Michael wrote: > >> Hi List(s), >> >> Some of you may have noticed I just committed the changes to Evas for >> the new XCB Engine. It is currently disabled by default. You can enable >> with --enable-software-xcb, but it

Re: [E-devel] Evas XCB

2011-07-08 Thread Vincent Torri
On Thu, 7 Jul 2011, Christopher Michael wrote: > Hi List(s), > > Some of you may have noticed I just committed the changes to Evas for > the new XCB Engine. It is currently disabled by default. You can enable > with --enable-software-xcb, but it is not currently 'usable' without the > proper cod

Re: [E-devel] Evas XCB

2011-07-08 Thread Gustavo Lima Chaves
* Christopher Michael [2011-07-08 09:22:57 -0400]: > On 07/08/11 09:19, Gustavo Lima Chaves wrote: > >* Christopher Michael [2011-07-08 09:14:07 -0400]: > > > >>On 07/08/11 09:07, Gustavo Lima Chaves wrote: > >>>* Tom Hacohen [2011-07-08 15:46:54 +0300]: > >>> > On 08/07/11 15:38, Christop

Re: [E-devel] Evas XCB

2011-07-08 Thread Gustavo Lima Chaves
* Tom Hacohen [2011-07-08 15:46:54 +0300]: > On 08/07/11 15:38, Christopher Michael wrote: > > Well, in a perfect world Yes it should use just ecore, But the world is > > not perfect ;) The systray module needed changes because it was calling > > some xlib stuff directly, as was the e_alert code

Re: [E-devel] Evas XCB

2011-07-08 Thread Christopher Michael
On 07/08/11 09:19, Gustavo Lima Chaves wrote: > * Christopher Michael [2011-07-08 09:14:07 -0400]: > >> On 07/08/11 09:07, Gustavo Lima Chaves wrote: >>> * Tom Hacohen [2011-07-08 15:46:54 +0300]: >>> On 08/07/11 15:38, Christopher Michael wrote: > Well, in a perfect world Yes it should

Re: [E-devel] Evas XCB

2011-07-08 Thread Gustavo Lima Chaves
* Christopher Michael [2011-07-08 09:14:07 -0400]: > On 07/08/11 09:07, Gustavo Lima Chaves wrote: > >* Tom Hacohen [2011-07-08 15:46:54 +0300]: > > > >>On 08/07/11 15:38, Christopher Michael wrote: > >>>Well, in a perfect world Yes it should use just ecore, But the world is > >>>not perfect ;)

Re: [E-devel] Evas XCB

2011-07-08 Thread Christopher Michael
On 07/08/11 09:07, Gustavo Lima Chaves wrote: > * Tom Hacohen [2011-07-08 15:46:54 +0300]: > >> On 08/07/11 15:38, Christopher Michael wrote: >>> Well, in a perfect world Yes it should use just ecore, But the world is >>> not perfect ;) The systray module needed changes because it was calling >>>

Re: [E-devel] Evas XCB

2011-07-08 Thread Tom Hacohen
On 08/07/11 15:38, Christopher Michael wrote: > Well, in a perfect world Yes it should use just ecore, But the world is > not perfect ;) The systray module needed changes because it was calling > some xlib stuff directly, as was the e_alert code (and a couple other > things also). All those changes

Re: [E-devel] Evas XCB

2011-07-08 Thread Christopher Michael
On 07/08/11 05:01, Tom Hacohen wrote: > On 08/07/11 03:23, Christopher Michael wrote: >> Hi List(s), >> >> Some of you may have noticed I just committed the changes to Evas for >> the new XCB Engine. It is currently disabled by default. You can enable >> with --enable-software-xcb, but it is not cu

Re: [E-devel] Evas XCB

2011-07-08 Thread Tom Hacohen
On 08/07/11 03:23, Christopher Michael wrote: > Hi List(s), > > Some of you may have noticed I just committed the changes to Evas for > the new XCB Engine. It is currently disabled by default. You can enable > with --enable-software-xcb, but it is not currently 'usable' without the > proper cod

[E-devel] Evas XCB

2011-07-07 Thread Christopher Michael
Hi List(s), Some of you may have noticed I just committed the changes to Evas for the new XCB Engine. It is currently disabled by default. You can enable with --enable-software-xcb, but it is not currently 'usable' without the proper code for ecore_x and E17 (both of which will come to svn soon