#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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user