#ifndef __piniconbar_h
#define __piniconbar_h

#include "pinboard.h"

void iconbar_opacity_init(void);
void iconbar_reset(_backdrop_state *state);
void iconbar_redraw(void);
void iconbar_set_image(_backdrop_state *state,int force_redo);
void iconbar_poll(_backdrop_state *state);

extern int iconbar_modified;

// number of clock ticks between checks of scroll pos
// if there is a change but it subsequently stays the same for 2 polls then redraw
#define ICONBAR_POLL_INTERVAL 50

#endif
