This commit is contained in:
Jim Mathies 2010-03-31 12:55:23 -05:00
Родитель 452d0e1769 a183f5e4c0
Коммит c0c01000ae
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -139,11 +139,11 @@ public:
PRBool* aIsOverridable)=0;
typedef enum {
typedef enum Transparency {
eOpaque = 0,
eTransparent,
eUnknownTransparency
} Transparency;
};
/**
* Returns what we know about the transparency of the widget.