Removes the running counter from the plugins and instead manage it internally

to the plugin manager
This commit is contained in:
Robert Bragg
2008-10-17 17:10:15 +01:00
parent b422faa4fe
commit 08c3c187eb
4 changed files with 14 additions and 43 deletions

View File

@@ -187,11 +187,6 @@ struct MutterPlugin
* workspaces. */
GList *work_areas;
/* FIXME: It should be possible to hide this from plugins */
gint running; /* Plugin must increase this counter for each effect it starts
* decrease it again once the effect finishes.
*/
void *plugin_private; /* Plugin private data go here; use the plugin init
* function to allocate and initialize any private
* data.