added style hint max
git-svn-id: svn://10.0.0.236/trunk@22322 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
fef280bf65
commit
e18d387533
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user