Re: [E-devel] Exhibit Patches

2007-10-16 Thread Chady Kassouf
On 10/16/07, Brett Nash [EMAIL PROTECTED] wrote: Hello All, More random patches... The first is to update exhibit to use the current etk API. exhibit-etk-init-fix.patches I find it crashes a little be less frequently at startup now ;-) The second is to make the exhibit

Re: [E-devel] Exhibit Patches - Round #2

2007-10-16 Thread nash
Hello Again, New version of the exhibit patches - against the latest anon-cvs source. This code compiles, but I haven't really tested it properly. However most should be innocuous. Changes: exhibit_image.c: - Don't call (void) function with parameter exhibit_thumb.c: -

Re: [E-devel] Exhibit Patches - Round #2

2007-10-16 Thread Chady Kassouf
On 10/16/07, nash [EMAIL PROTECTED] wrote: Hello Again, New version of the exhibit patches - against the latest anon-cvs source. This code compiles, but I haven't really tested it properly. However most should be innocuous. Changes: exhibit_image.c: - Don't call (void)

[E-devel] Exhibit Patches

2007-10-15 Thread Brett Nash
Hello All, More random patches... The first is to update exhibit to use the current etk API. exhibit-etk-init-fix.patches I find it crashes a little be less frequently at startup now ;-) The second is to make the exhibit header files use C89 prototypes, rather than KR