Added NS_FRAME_IS_UNFLOWABLE bit for handling frame trees that are too deep

This commit is contained in:
kipp%netscape.com 1999-08-27 21:39:26 +00:00
Родитель b78b7ed5b8
Коммит 6361c09f47
2 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -134,6 +134,9 @@ typedef PRUint32 nsFrameState;
// This bit is set when the frame is first created
#define NS_FRAME_IS_DIRTY 0x00000400
// If this bit is set then the frame is unflowable.
#define NS_FRAME_IS_UNFLOWABLE 0x00000800
// The low 16 bits of the frame state word are reserved by this API.
#define NS_FRAME_RESERVED 0x0000FFFF

Просмотреть файл

@ -134,6 +134,9 @@ typedef PRUint32 nsFrameState;
// This bit is set when the frame is first created
#define NS_FRAME_IS_DIRTY 0x00000400
// If this bit is set then the frame is unflowable.
#define NS_FRAME_IS_UNFLOWABLE 0x00000800
// The low 16 bits of the frame state word are reserved by this API.
#define NS_FRAME_RESERVED 0x0000FFFF