#include #include #include #include #include #include #include #include #include #include #include #include struct gui_data{ int step, speed, stop, direction; int rewind, prevframe, curframe, nframes; int loop, swing, shownames; }; /* function prototypes */ /* gui.c */ void make_buttons(struct gui_data *data, Widget trc, Screen *scr); void set_buttons_pixmap(Display *display, Drawable d); /* Clr_table.c */ Colormap InitColorTableFixed(Colormap cmap); int _get_lookup_for_color(unsigned int r, unsigned int g, unsigned int b);