From e9e6e9c241d5cbbfa6c56a921ca180c2f65033be Mon Sep 17 00:00:00 2001 From: "tbogard%aol.net" Date: Sat, 23 Oct 1999 07:51:45 +0000 Subject: [PATCH] Just changed some comments and function ordering. git-svn-id: svn://10.0.0.236/trunk@51656 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/docshell/base/nsIGenericWindow.idl | 2 +- mozilla/docshell/base/nsIScrollable.idl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mozilla/docshell/base/nsIGenericWindow.idl b/mozilla/docshell/base/nsIGenericWindow.idl index 8034775450c..57409246b7b 100644 --- a/mozilla/docshell/base/nsIGenericWindow.idl +++ b/mozilla/docshell/base/nsIGenericWindow.idl @@ -42,7 +42,7 @@ interface nsIGenericWindow : nsISupports { /* Allows a client to initialize an object implementing this interface with - the usually required setup information. + the usually required window setup information. @param parentNativeWindow - This allows a system to pass in the parenting window as a native reference rather than relying on the calling diff --git a/mozilla/docshell/base/nsIScrollable.idl b/mozilla/docshell/base/nsIScrollable.idl index c6334b631e3..90d460adb96 100644 --- a/mozilla/docshell/base/nsIScrollable.idl +++ b/mozilla/docshell/base/nsIScrollable.idl @@ -81,8 +81,8 @@ interface nsIScrollable : nsISupports /* Retrieves of Set the preferences for the scroll bar. */ - void setScrollbarPreferences(in long scrollOrientation, in long scrollBarPref); - void getScrollbarPreferences(in long scrollOrientation, out long scrollBarPref); + void getScrollbarPreferences(in long scrollOrientation, out long scrollbarPref); + void setScrollbarPreferences(in long scrollOrientation, in long scrollbarPref); /* Get information about whether the vertical and horizontal scrollbars are