Simplified mOpacity to a float

This commit is contained in:
kipp 1998-05-28 19:54:50 +00:00
Родитель 8bccb2b5d4
Коммит 091ec94143
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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);