[E-devel] in ecore_x_icccm.c

2005-06-10 Thread Vincent Torri
seb, line 294, are you sure that you want to test is the result of if (!XGetWMNormalHints(_ecore_x_disp, win, hint, mask)) is false ? Vincent --- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector?

Re: [E-devel] in ecore_x_icccm.c

2005-06-10 Thread Sebastian Dransfeld
Vincent Torri wrote: seb, line 294, are you sure that you want to test is the result of if (!XGetWMNormalHints(_ecore_x_disp, win, hint, mask)) is false ? The XGetWMNormalHints function returns the size hints stored in the WM_NORMAL_HINTS property on the specified window. If the

Re: [E-devel] in ecore_x_icccm.c

2005-06-10 Thread Vincent Torri
On Fri, 10 Jun 2005, Sebastian Dransfeld wrote: Vincent Torri wrote: seb, line 294, are you sure that you want to test is the result of if (!XGetWMNormalHints(_ecore_x_disp, win, hint, mask)) is false ? The XGetWMNormalHints function returns the size hints stored in the

[E-devel] [PATCH] eet: null value check breaks cross-compile

2005-06-10 Thread Simon Poole
An EET configure.in change was introduced between snapshots 0.9.10.007 and 0.9.10.010 which broke cross-compiling. Two patches attached: the first to go into CVS (patches configure.in), and the second for anyone using the eet-0.9.10.010 snapshot tarball (patches configure). -- Simon Poole

[E-devel] Re: E CVS: engage handyande

2005-06-10 Thread Sebastian Dransfeld
enlightenment-cvs@lists.sourceforge.net wrote: Enlightenment CVS committal Author : handyande Project : misc Module : engage Dir : misc/engage/src/module Modified Files: e_mod_main.c Log Message: Module works with new ecore_x, no time to fix standalone right now

Re: [E-devel] Re: E CVS: engage handyande

2005-06-10 Thread Andrew Elcock
Thanks, good point - fixed as for ignoring gkrellm - the idea is (check the FIXME) the list will be configurable, so the user can ignore anything they want... Sebastian Dransfeld wrote: enlightenment-cvs@lists.sourceforge.net wrote: Enlightenment CVS committal Author : handyande Project

Re: [E-devel] Re: libast from Eterm CVS fails to build with gcc4 on x86_64

2005-06-10 Thread Tres Melton
On Wed, 2005-06-08 at 19:20 -0700, Stephen Horner wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 18:00, Mon 06 Jun 05, Tres Melton wrote: Well, the pages I was reading used the nop trick but it looks like a better solution has been presented. I almost forgot that integers are

[E-devel] modification of ecore_evas_x

2005-06-10 Thread Vincent Torri
I have some problems with ecore_evas_x.c and with ecore_evas_xcb.c: some functions have a common, whereas they do not share the same code (of course). So, it would be nice that the api change (that is, functions in ecore_evas_x.c begin with ecore_evas_x) of course, it's a big modification, but

Re: [E-devel] modification of ecore_evas_x

2005-06-10 Thread Sebastian Dransfeld
Vincent Torri wrote: I have some problems with ecore_evas_x.c and with ecore_evas_xcb.c: some functions have a common, whereas they do not share the same code (of course). So, it would be nice that the api change (that is, functions in ecore_evas_x.c begin with ecore_evas_x) of course, it's a

Re: [E-devel] Patch for eclair shuffle

2005-06-10 Thread Simon TRENY
Hi Kevin, Thank you for your patch, but I can't applied it since I have modified a lot the playlist.c file and I have started to implement the shuffling. A few comments on your patch: * In fact, your patch doesn't do shuffling but random playing: shuffle is more complicated, a file must only be

[E-devel] Patch for EWL to allow the fileselectors filter to be changed.

2005-06-10 Thread Edward Presutti
This is just a simple patch to set the dfilter member of the Fileselector struct. Useful if you're looking for specific file extensions while using the filedialog. Thanks, EdIndex: e17/libs/ewl/src/lib/ewl_fileselector.c === RCS

Re: [E-devel] Patch for EWL to allow the fileselectors filter to be changed.

2005-06-10 Thread Nathan Ingersoll
Thanks for the patch. A couple small requests: 1. Could you please generate patches using diff -u 2. The naming convention should be ewl_fileselector_filter_set On 6/10/05, Edward Presutti [EMAIL PROTECTED] wrote: This is just a simple patch to set the dfilter member of the Fileselector

Re: [E-devel] Patch for EWL to allow the fileselectors filter to be changed.

2005-06-10 Thread Edward Presutti
On Fri, June 10, 2005 4:14 pm, Nathan Ingersoll said: Thanks for the patch. A couple small requests: 1. Could you please generate patches using diff -u Corrected. Assuming I got the options right this time. :-) 2. The naming convention should be ewl_fileselector_filter_set Corrected. New

Re: [E-devel] Fix of the color picker

2005-06-10 Thread Colin Pitrat
Ok, I did as for the filedialog : there is two widgets : - the colorpicker is the part that allow to choose the color - the colordialog is a standalone dialog, with preview ok cancel I also changed the preview part with a colored rectangle. I used a new home made widget, but I'm not sure it's

Re: [E-devel] modification of ecore_evas_x

2005-06-10 Thread The Rasterman
On Fri, 10 Jun 2005 21:08:03 +0200 Sebastian Dransfeld [EMAIL PROTECTED] babbled: Vincent Torri wrote: I have some problems with ecore_evas_x.c and with ecore_evas_xcb.c: some functions have a common, whereas they do not share the same code (of course). So, it