uiacceltk/hitchcock/backgroundanim/inc/plugininterface.h
changeset 21 6ce30188c5bf
parent 0 15bf7259bb7c
--- a/uiacceltk/hitchcock/backgroundanim/inc/plugininterface.h	Mon May 03 13:22:43 2010 +0300
+++ b/uiacceltk/hitchcock/backgroundanim/inc/plugininterface.h	Fri May 14 16:46:13 2010 +0300
@@ -61,6 +61,8 @@
     // If plugin does not want to use sensors, the function pointer must to be initialized to NULL
     void (*receivesensordata)(void*, int, int);
 
+    void (*setfaded)(int);
+    
     // this function can be used to convey any additional data from/to the plugin.
     int (*extension)(int, void*);
     } plugin_export_v1_t;