Simplified mOpacity to a float

git-svn-id: svn://10.0.0.236/trunk@2552 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kipp
1998-05-28 19:54:50 +00:00
parent b6437fc343
commit 760038f9f4

View File

@@ -64,7 +64,7 @@ struct nsStyleColor : public nsStyleStruct {
PRUint8 mCursor; // [reset] See nsStyleConsts.h NS_STYLE_CURSOR_*
nsString mCursorImage; // [reset] url string
nsStyleCoord mOpacity; // [inherited] percent, factor, inherit
float mOpacity; // [inherited] percentage
protected:
nsStyleColor(void);