Added NS_FRAME_GENERATED_CONTENT

This commit is contained in:
troy%netscape.com 1999-04-05 03:44:07 +00:00
parent d3f2567bd3
commit 62cb7b680b
2 changed files with 6 additions and 0 deletions

View File

@ -115,6 +115,9 @@ typedef PRUint32 nsFrameState;
// a frame displaying an image
#define NS_FRAME_REPLACED_ELEMENT 0x00000020
// If this bit is set, then the frame corresponds to generated content
#define NS_FRAME_GENERATED_CONTENT 0x00000040
// The low 16 bits of the frame state word are reserved by this API.
#define NS_FRAME_RESERVED 0x0000FFFF

View File

@ -115,6 +115,9 @@ typedef PRUint32 nsFrameState;
// a frame displaying an image
#define NS_FRAME_REPLACED_ELEMENT 0x00000020
// If this bit is set, then the frame corresponds to generated content
#define NS_FRAME_GENERATED_CONTENT 0x00000040
// The low 16 bits of the frame state word are reserved by this API.
#define NS_FRAME_RESERVED 0x0000FFFF