Fix for bug 104445. Make nsPluginInstance a scrollbar listener so it can notify plugins they are scrolling. Also fixes bug 76085. r=peterl, sr=sfraser, a=blizzard.

git-svn-id: svn://10.0.0.236/trunk@112450 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bnesse%netscape.com
2002-01-18 20:12:29 +00:00
parent 31f311dc28
commit eca0daca42
5 changed files with 237 additions and 35 deletions

View File

@@ -656,7 +656,7 @@ Boolean CPlugin::HandleEvent(EventRecord* ev)
eventHandled = true;
break;
case adjustCursorEvent:
case NPEventType_AdjustCursorEvent:
if (CPlugin::sHandCursor != NULL)
SetCursor(*CPlugin::sHandCursor);
if (fUserInstalledPlugin) {