Add plugin name to win_create api call

This commit is contained in:
James Booth
2016-07-03 00:48:22 +01:00
parent 31c66bf857
commit 70a79abd3b
6 changed files with 15 additions and 6 deletions

View File

@@ -292,6 +292,7 @@ api_win_exists(const char *tag)
void
api_win_create(
const char *const plugin_name,
const char *tag,
void *callback,
void(*destroy)(void *callback),