Touch down SMOOTH_PROGRESS changes.

This commit is contained in:
waterson%netscape.com 1998-10-08 21:30:14 +00:00
Родитель 2600b1c22f
Коммит c3de3fa938
1 изменённых файлов: 13 добавлений и 0 удалений

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

@ -144,6 +144,11 @@ class TImapServerState;
#endif
#endif
#if defined(SMOOTH_PROGRESS) && defined(__cplusplus)
class nsITransferListener;
#endif
struct MWContext_ {
MWContextType type;
@ -344,6 +349,14 @@ struct MWContext_ {
to get visible content to the user ASAP, even if it means that
stuff looks funny for a couple seconds. */
PRPackedBool requires_reflow;
#if defined(SMOOTH_PROGRESS)
#if defined(__cplusplus)
nsITransferListener* progressManager;
#else
void* progressManager;
#endif /* __cplusplus */
#endif /* SMOOTH_PROGRESS */
};