Evas: Add EVAS_API_RESET that overrides API with NULL.

SVN revision: 58541
This commit is contained in:
Tom Hacohen 2011-04-11 10:18:06 +00:00
parent ca83ca2ff4
commit 6560dc9a05
1 changed files with 2 additions and 0 deletions

View File

@ -913,6 +913,8 @@ struct _Evas_Mempool
#define EVAS_API_OVERRIDE(func, api, prefix) \
(api)->func = prefix##func
#define EVAS_API_RESET(func, api) \
(api)->func = NULL
#include "evas_inline.x"