webengine/osswebengine/WebKit/s60/plugins/NpnImplementation.cpp
changeset 37 cb62a4f66ebe
parent 36 0ed94ceaa377
child 52 4f66279b1086
child 65 5bfc169077b2
child 84 800203832575
equal deleted inserted replaced
36:0ed94ceaa377 37:cb62a4f66ebe
   492                 cursorPos = static_cast<TPoint*>(&position);
   492                 cursorPos = static_cast<TPoint*>(&position);
   493                 }
   493                 }
   494                 else {
   494                 else {
   495                 cursorPos = static_cast<TPoint*>(aSetValue);
   495                 cursorPos = static_cast<TPoint*>(aSetValue);
   496                 }
   496                 }
   497                 pluginWin->pluginDeactivate(*cursorPos);
   497             pluginWin->pluginDeactivate(*cursorPos);
   498             }
   498             }
   499         }
   499         }
   500         break;
   500         break;
   501         case NPPVpluginFullScreenBool:
   501         case NPPVpluginFullScreenBool:
   502             {
   502             {