From 826813c80eb5e7ece1f5d399fe4cdb435b541627 Mon Sep 17 00:00:00 2001 From: Hannes Janetzek Date: Thu, 11 Aug 2011 07:02:42 +0000 Subject: [PATCH] e17/evry: forgot to bump 'API' version.. SVN revision: 62334 --- src/modules/everything/evry_api.h | 2 +- src/modules/everything/evry_types.h | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/modules/everything/evry_api.h b/src/modules/everything/evry_api.h index b9f842149..6b0705cc8 100644 --- a/src/modules/everything/evry_api.h +++ b/src/modules/everything/evry_api.h @@ -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 diff --git a/src/modules/everything/evry_types.h b/src/modules/everything/evry_types.h index 4599e6a89..d6437f1c1 100644 --- a/src/modules/everything/evry_types.h +++ b/src/modules/everything/evry_types.h @@ -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