added style hint max

This commit is contained in:
peterl%netscape.com 1999-02-27 07:09:23 +00:00
parent 6da51e30c5
commit 494926e976
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