#67879 eliminate crash unix defalt plugin; add puzzle pixmap to unix nullplugin; sr=blizzard, r=av

git-svn-id: svn://10.0.0.236/trunk@92310 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
serge%netscape.com
2001-04-14 21:14:23 +00:00
parent c1d7ac4835
commit b82f7d646c
4 changed files with 472 additions and 116 deletions

View File

@@ -82,10 +82,13 @@ typedef struct _PluginInstance
typedef struct _MimeTypeElement
{
NPMIMEType value;
PluginInstance *pinst;
struct _MimeTypeElement *next;
} MimeTypeElement;
/* Extern functions */
extern void makeWidget(PluginInstance *This);
extern NPMIMEType dupMimeType(NPMIMEType type);
extern void destroyWidget(PluginInstance *This);
extern void makePixmap(PluginInstance *This);