зеркало из https://github.com/mozilla/pjs.git
Simplified mOpacity to a float
This commit is contained in:
Родитель
8bccb2b5d4
Коммит
091ec94143
|
@ -64,7 +64,7 @@ struct nsStyleColor : public nsStyleStruct {
|
||||||
|
|
||||||
PRUint8 mCursor; // [reset] See nsStyleConsts.h NS_STYLE_CURSOR_*
|
PRUint8 mCursor; // [reset] See nsStyleConsts.h NS_STYLE_CURSOR_*
|
||||||
nsString mCursorImage; // [reset] url string
|
nsString mCursorImage; // [reset] url string
|
||||||
nsStyleCoord mOpacity; // [inherited] percent, factor, inherit
|
float mOpacity; // [inherited] percentage
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
nsStyleColor(void);
|
nsStyleColor(void);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче