This commit is contained in:
peterl%netscape.com 1998-11-18 02:08:30 +00:00
Родитель bcb947be7e
Коммит 7675978299
2 изменённых файлов: 4 добавлений и 6 удалений

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

@ -275,9 +275,8 @@ public:
/** /**
* Get the cursor for a given point in the frame tree. The * Get the cursor for a given point in the frame tree. The
* call returns the desired cursor (or NS_STYLE_CURSOR_INHERIT if * call returns the desired cursor. In addition, aFrame is
* no cursor is wanted). In addition, if a cursor is desired * set to the frame that wants the cursor.
* then *aFrame is set to the frame that wants the cursor.
*/ */
NS_IMETHOD GetCursorAndContentAt(nsIPresContext& aPresContext, NS_IMETHOD GetCursorAndContentAt(nsIPresContext& aPresContext,
const nsPoint& aPoint, const nsPoint& aPoint,

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

@ -275,9 +275,8 @@ public:
/** /**
* Get the cursor for a given point in the frame tree. The * Get the cursor for a given point in the frame tree. The
* call returns the desired cursor (or NS_STYLE_CURSOR_INHERIT if * call returns the desired cursor. In addition, aFrame is
* no cursor is wanted). In addition, if a cursor is desired * set to the frame that wants the cursor.
* then *aFrame is set to the frame that wants the cursor.
*/ */
NS_IMETHOD GetCursorAndContentAt(nsIPresContext& aPresContext, NS_IMETHOD GetCursorAndContentAt(nsIPresContext& aPresContext,
const nsPoint& aPoint, const nsPoint& aPoint,