1
edit
Stuartmorgan (talk | contribs) |
m (https://developer.mozilla.org/en/NPN_SetValue) |
||
| Line 39: | Line 39: | ||
// Set the drawing model | // Set the drawing model | ||
err = browser->setvalue(instance, | err = browser->setvalue(instance, | ||
NPPVpluginDrawingModel, | |||
(void*)NPDrawingModelCoreGraphics); | (void*)NPDrawingModelCoreGraphics); | ||
if (err != NPERR_NO_ERROR) | if (err != NPERR_NO_ERROR) | ||
edit