mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset c69b5af20a85 because Ms2ger already fixed it on m-c and this would only give a merge conflict
This commit is contained in:
parent
802d05cfee
commit
ddb23ffbec
@ -450,7 +450,7 @@ PluginInstanceParent::AnswerNPN_SetValue_NPPVpluginDrawingModel(
|
||||
|
||||
mDrawingModel = drawingModel;
|
||||
*result = mNPNIface->setvalue(mNPP, NPPVpluginDrawingModel,
|
||||
(void*)(intptr_t)drawingModel);
|
||||
(void*)drawingModel);
|
||||
|
||||
if (mRemoteImageDataShmem.IsWritable()) {
|
||||
container->SetRemoteImageData(nullptr, nullptr);
|
||||
|
Loading…
Reference in New Issue
Block a user