Some reformattings to improve readability. (shrink_line): Added some

2003-04-25  Pedro Gimeno  <pggimeno@wanadoo.es>

	* app/paint-funcs/paint-funcs.c: Some reformattings to improve
	readability.
	(shrink_line): Added some explanatory comments.
	(border_region): Fixed wrong (though harmless) allocation bug: used
	sizeof(gint16 *) where sizeof(gint16) was needed.
This commit is contained in:
Pedro Gimeno 2003-04-25 23:08:09 +00:00 committed by Pedro Gimeno Fortea
parent f9ebdc4f3e
commit df21fe5276
2 changed files with 355 additions and 303 deletions

View File

@ -1,3 +1,11 @@
2003-04-25 Pedro Gimeno <pggimeno@wanadoo.es>
* app/paint-funcs/paint-funcs.c: Some reformattings to improve
readability.
(shrink_line): Added some explanatory comments.
(border_region): Fixed wrong (though harmless) allocation bug: used
sizeof(gint16 *) where sizeof(gint16) was needed.
2003-04-23 Sven Neumann <sven@gimp.org>
* plug-ins/common/url.c (query): register the plug-in for https

File diff suppressed because it is too large Load Diff