added style hint max

git-svn-id: svn://10.0.0.236/trunk@22322 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
peterl%netscape.com 1999-02-27 07:09:23 +00:00
parent fef280bf65
commit e18d387533
2 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,7 @@
#define NS_STYLE_HINT_VISUAL 3 // change was visual only (ie: COLOR=)
#define NS_STYLE_HINT_REFLOW 4 // change requires reflow (ie: WIDTH=)
#define NS_STYLE_HINT_FRAMECHANGE 5 // change requires frame change (ie: DISPLAY=)
#define NS_STYLE_HINT_MAX NS_STYLE_HINT_FRAMECHANGE
// Indicies into border/padding/margin arrays
#define NS_SIDE_TOP 0

View File

@ -32,6 +32,7 @@
#define NS_STYLE_HINT_VISUAL 3 // change was visual only (ie: COLOR=)
#define NS_STYLE_HINT_REFLOW 4 // change requires reflow (ie: WIDTH=)
#define NS_STYLE_HINT_FRAMECHANGE 5 // change requires frame change (ie: DISPLAY=)
#define NS_STYLE_HINT_MAX NS_STYLE_HINT_FRAMECHANGE
// Indicies into border/padding/margin arrays
#define NS_SIDE_TOP 0