Re: [E-devel] {Spam?} Re: ecore_x with xcb backend

2007-04-17 Thread The Rasterman
On Tue, 17 Apr 2007 08:35:01 +0200 (CEST) Vincent Torri <[EMAIL PROTECTED]> babbled: > > > On Tue, 17 Apr 2007, Carsten Haitzler (The Rasterman) wrote: > > > ecore_x_window_prop_properties_get(Ecore_X_Window win, int count, > > Ecore_X_Atom *properties, Ecore_X_Atom types, int sizes, unsigned c

Re: [E-devel] ecore_x with xcb backend

2007-04-17 Thread Brian Mattern
On Tue, Apr 17, 2007 at 08:35:01AM +0200, Vincent Torri wrote: > On Tue, 17 Apr 2007, Carsten Haitzler (The Rasterman) wrote: > and what about the case the xcb backend is used and the user does not use > these new functions, but the old ones ? The idea is to have the xcb back be a drop in replace

[E-devel] patch for e : exebuf scroll

2007-04-17 Thread Laurent Ghigonis
When you have exebuf opened and youre mouse is over it, imo exebuf does'nt work the right way if you descide to scroll the apps list with the keyboard or the mouse wheel : The selected app will always be the one under the mouse. I believe that if you descide to use keyboard (or wheel) to scroll, y

[E-devel] [PATCH] add --enable-no-dither-mask to configure

2007-04-17 Thread Gustavo Sverzut Barbieri
Some embedded devices are so slow that --enable-small-dither-mask is not enough, we have to completely remove dithering to get some speedups. This is the case with Nokia 770 or N800, where we have a [EMAIL PROTECTED] but not much CPU to handle all these pixels :-) As converting to 8bpp without us

Re: [E-devel] E CVS: apps/e raster

2007-04-17 Thread Brian Mattern
On Tue, Apr 17, 2007 at 07:42:38AM -0400, Enlightenment CVS wrote: > Enlightenment CVS committal > > Author : raster > Project : e17 > Module : apps/e > > Dir : e17/apps/e/src/bin > > > Modified Files: > e_int_config_startup.c e_int_config_theme.c > e_int_config_wallpaper.c

Re: [E-devel] [PATCH] add --enable-no-dither-mask to configure

2007-04-17 Thread [EMAIL PROTECTED]
Gustavo wrote: > Some embedded devices are so slow that --enable-small-dither-mask > is not enough, we have to completely remove dithering to get some > speedups. This is the case with Nokia 770 or N800, where we have a > [EMAIL PROTECTED] but not much CPU to handle all these pixels :-) >