RSS/Atom feed Twitter
Site is read-only, email is disabled

Patch for rectangle func and GeglRectangle initialization in tests/buffer/buffer-test.c

This discussion is connected to the gegl-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

1 of 1 message available
Toggle history

Please log in to manage your subscriptions.

Patch for rectangle func and GeglRectangle initialization in tests/buffer/buffer-test.c Albert Chin 29 Nov 17:31
Albert Chin
2009-11-29 17:31:05 UTC (almost 15 years ago)

Patch for rectangle func and GeglRectangle initialization in tests/buffer/buffer-test.c

1. The void rectangle function in tests/buffer/buffer-test.c should be static void to match the prototype. 2. You cannot initialize rect when you declare it in rectangle() unless you assume a C99 compiler.

Patch for both issues attached.