This commit is contained in:
kipp 1998-07-13 19:49:20 +00:00
Родитель 2432218467
Коммит 21059331cd
2 изменённых файлов: 26 добавлений и 0 удалений

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

@ -87,6 +87,19 @@ public:
// XXX events
// XXX selection
/**
* See if reflow verification is enabled. To enable reflow verification add
* "verifyreflow:1" to your NSPR_LOG_MODULES environment variable
* (any non-zero debug level will work). Or, call SetVerifyReflowEnable
* with PR_TRUE.
*/
static NS_LAYOUT PRBool GetVerifyReflowEnable();
/**
* Set the verify-reflow enable flag.
*/
static NS_LAYOUT void SetVerifyReflowEnable(PRBool aEnabled);
};
/**

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

@ -87,6 +87,19 @@ public:
// XXX events
// XXX selection
/**
* See if reflow verification is enabled. To enable reflow verification add
* "verifyreflow:1" to your NSPR_LOG_MODULES environment variable
* (any non-zero debug level will work). Or, call SetVerifyReflowEnable
* with PR_TRUE.
*/
static NS_LAYOUT PRBool GetVerifyReflowEnable();
/**
* Set the verify-reflow enable flag.
*/
static NS_LAYOUT void SetVerifyReflowEnable(PRBool aEnabled);
};
/**