#ifndef __piniconbar_h
#define __piniconbar_h

#include "pinboard.h"

void iconbar_opacity_init(void);
int iconbar_reset(void);
void iconbar_redraw(void);
void iconbar_set_image(_backdrop_state *state);
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 20

#endif
