4302. left this out of checking. fixing bustage

This commit is contained in:
mjudge%netscape.com 2002-08-26 21:46:13 +00:00
parent 7a5ee3f753
commit 88ac4fa947
2 changed files with 3 additions and 2 deletions

View File

@ -54,6 +54,9 @@ typedef enum {
nsScrollPreference_kAlwaysScrollVertical
} nsScrollPreference;
// the percentage of the page that is scrolled on a page up or down
#define PAGE_SCROLL_PERCENT 0.9
// IID for the nsIScrollableView interface
#define NS_ISCROLLABLEVIEW_IID \
{ 0xc95f1830, 0xc376, 0x11d1, \

View File

@ -56,8 +56,6 @@ static NS_DEFINE_IID(kWidgetCID, NS_CHILD_CID);
static NS_DEFINE_IID(kLookAndFeelCID, NS_LOOKANDFEEL_CID);
static NS_DEFINE_IID(kIClipViewIID, NS_ICLIPVIEW_IID);
// the percentage of the page that is scrolled on a page up or down
#define PAGE_SCROLL_PERCENT 0.9
nsScrollPortView::nsScrollPortView()
{