formatting.

2007-05-21  Sven Neumann  <sven@gimp.org>

	* app/composite/gimp-composite.h: formatting.

svn path=/trunk/; revision=22549
This commit is contained in:
Sven Neumann 2007-05-21 14:38:15 +00:00 committed by Sven Neumann
parent 2368d57c53
commit ce6a591cdc
2 changed files with 13 additions and 9 deletions

View File

@ -1,3 +1,7 @@
2007-05-21 Sven Neumann <sven@gimp.org>
* app/composite/gimp-composite.h: formatting.
2007-05-21 Sven Neumann <sven@gimp.org> 2007-05-21 Sven Neumann <sven@gimp.org>
* app/dialogs/about-dialog.c: use 'program-name' instead of 'name' * app/dialogs/about-dialog.c: use 'program-name' instead of 'name'

View File

@ -123,16 +123,16 @@ extern struct GimpCompositeOperationEffects gimp_composite_operation_effects[];
*/ */
typedef struct typedef struct
{ {
guchar *A; /* Source A */ guchar *A; /* Source A */
guchar *B; /* Source B */ guchar *B; /* Source B */
guchar *D; /* Destination */ guchar *D; /* Destination */
const guchar *M; /* Mask */ const guchar *M; /* Mask */
gulong n_pixels; gulong n_pixels;
GimpPixelFormat pixelformat_A; GimpPixelFormat pixelformat_A;
GimpPixelFormat pixelformat_B; GimpPixelFormat pixelformat_B;
GimpPixelFormat pixelformat_D; GimpPixelFormat pixelformat_D;
GimpPixelFormat pixelformat_M; GimpPixelFormat pixelformat_M;
struct { gint opacity; gchar affect; } replace; struct { gint opacity; gchar affect; } replace;
struct { gint scale; } scale; struct { gint scale; } scale;