TSP: The Transport Sample Protocol



Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

animation.h

00001 #ifndef _ANIMATION_H_
00002 #define _ANIMATION_H_
00003 
00004 #include <gtk/gtk.h>
00005 #include <glib.h>
00006 
00007 
00008 
00009 struct anim_data_t
00010 {
00011   GdkPixmap** img;
00012   GdkBitmap** mask;
00013   GtkPixmap* pixmap;
00014   int current_img;
00015 };
00016 
00017 typedef struct anim_data_t anim_data_t;
00018 
00019 anim_data_t* animation_create(GdkColormap* colormap);
00020 void animation_next(anim_data_t* data);
00021 
00022 
00023 #endif /*_ANIMATION_H_*/
Framework Home Page.

Beware !! TSP wave is coming...