From e71691bae890040b83cfd54a2d9a1097d5026866 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 6 May 2011 20:40:09 +0000 Subject: Merge branches/jmb/content-factory to trunk svn path=/trunk/netsurf/; revision=12283 --- riscos/plugin.h | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'riscos/plugin.h') diff --git a/riscos/plugin.h b/riscos/plugin.h index a3586b284..87b59edca 100644 --- a/riscos/plugin.h +++ b/riscos/plugin.h @@ -22,30 +22,10 @@ #include "utils/config.h" #ifdef WITH_PLUGIN -#include "desktop/plugin.h" #include #include "oslib/plugin.h" #include "oslib/wimp.h" -struct plugin_stream; - -/* We have one content per instance of a plugin */ -struct content_plugin_data { - struct browser_window *bw; /* window containing this content */ - struct content *page; /* parent content */ - struct box *box; /* box containing this content */ - char *taskname; /* plugin task to launch */ - char *filename; /* filename of parameters file */ - bool opened; /* has this plugin been opened? */ - int repeated; /* indication of opening state */ - unsigned int browser; /* browser handle */ - unsigned int plugin; /* plugin handle */ - unsigned int plugin_task; /* plugin task handle */ - bool reformat_pending; /* is a reformat pending? */ - int width, height; /* reformat width & height */ - struct plugin_stream *streams; /* list of active streams */ -}; - /* message handlers */ void plugin_open_msg(wimp_message *message); void plugin_opening(wimp_message *message); -- cgit v1.2.3