Minor tweaks to two macros. Shouldn't change anything.

2004-06-13  Simon Budig  <simon@gimp.org>

	* app/tools/gimpiscissorstool.c: Minor tweaks to two macros.
	Shouldn't change anything.
This commit is contained in:
Simon Budig 2004-06-13 12:48:40 +00:00 committed by Simon Budig
parent b71dafc8a9
commit a3936388bc
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2004-06-13 Simon Budig <simon@gimp.org>
* app/tools/gimpiscissorstool.c: Minor tweaks to two macros.
Shouldn't change anything.
2004-06-13 Jakub Steiner <jimmac@ximian.com>
* cursors/tool-zoom.png:

View File

@ -109,8 +109,8 @@
#define SEED_POINT 9
/* Functional defines */
#define PIXEL_COST(x) (x >> 8)
#define PIXEL_DIR(x) (x & 0x000000ff)
#define PIXEL_COST(x) ((x) >> 8)
#define PIXEL_DIR(x) ((x) & 0x000000ff)
struct _ICurve