e17/evry: forgot to bump 'API' version..

SVN revision: 62334
This commit is contained in:
Hannes Janetzek 2011-08-11 07:02:42 +00:00
parent 470648cbfe
commit 826813c80e
2 changed files with 6 additions and 6 deletions

View File

@ -3,7 +3,7 @@
#include "evry_types.h"
#define EVRY_API_VERSION 26
#define EVRY_API_VERSION 27
#define EVRY_ACTION_OTHER 0
#define EVRY_ACTION_FINISHED 1

View File

@ -137,6 +137,11 @@ struct _Evry_Plugin
{
Evry_Item base;
/* not to be set by plugin! */
Plugin_Config *config;
unsigned int request;
Evry_State *state;
/* identifier */
const char *name;
@ -201,11 +206,6 @@ struct _Evry_Plugin
const char *theme_path;
Evry_View *view;
/* not to be set by plugin! */
Plugin_Config *config;
unsigned int request;
Evry_State *state;
};
struct _Plugin_Config