From: dooglus Date: Tue, 30 Oct 2007 15:07:55 +0000 (+0000) Subject: Typo: 'infront' -> 'in front'. X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=35e03c698607b883a5bc68cfcdeeecc83d4d949f;p=synfig.git Typo: 'infront' -> 'in front'. git-svn-id: http://svn.voria.com/code@1058 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-core/trunk/src/synfig/color.h b/synfig-core/trunk/src/synfig/color.h index 2b18be9..ebeb0b3 100644 --- a/synfig-core/trunk/src/synfig/color.h +++ b/synfig-core/trunk/src/synfig/color.h @@ -723,7 +723,7 @@ enum PixelFormat PF_BGR=(1<<3), //!< If set, reverse the order of the RGB channels PF_A_START=(1<<4), //!< If set, alpha channel is before the color data. If clear, it is after. PF_Z_START=(1<<5), //!< If set, ZDepth channel is before the color data. If clear, it is after. - PF_ZA=(1<<6), //!< If set, the ZDepth channel will be infront of the alpha channel. If clear, they are reversed. + PF_ZA=(1<<6), //!< If set, the ZDepth channel will be in front of the alpha channel. If clear, they are reversed. PF_A_INV=(1<<7), //!< If set, the alpha channel is stored as 1.0-a PF_Z_INV=(1<<8), //!< If set, the ZDepth channel is stored as 1.0-z