зеркало из https://github.com/mozilla/gecko-dev.git
Added two new border style defines that
would be used later.
This commit is contained in:
Родитель
827e8163ca
Коммит
0c5b75e5d4
|
@ -150,6 +150,8 @@
|
|||
#define NS_STYLE_BORDER_STYLE_INSET 8
|
||||
#define NS_STYLE_BORDER_STYLE_OUTSET 9
|
||||
#define NS_STYLE_BORDER_STYLE_HIDDEN 10
|
||||
#define NS_STYLE_BORDER_STYLE_BG_INSET 11
|
||||
#define NS_STYLE_BORDER_STYLE_BG_OUTSET 12
|
||||
#define NS_STYLE_HAS_BORDER_COLOR 0x80
|
||||
|
||||
// See nsStyleDisplay
|
||||
|
|
|
@ -150,6 +150,8 @@
|
|||
#define NS_STYLE_BORDER_STYLE_INSET 8
|
||||
#define NS_STYLE_BORDER_STYLE_OUTSET 9
|
||||
#define NS_STYLE_BORDER_STYLE_HIDDEN 10
|
||||
#define NS_STYLE_BORDER_STYLE_BG_INSET 11
|
||||
#define NS_STYLE_BORDER_STYLE_BG_OUTSET 12
|
||||
#define NS_STYLE_HAS_BORDER_COLOR 0x80
|
||||
|
||||
// See nsStyleDisplay
|
||||
|
|
Загрузка…
Ссылка в новой задаче