fbpad: pass NULL instead of 0 to wait_pid()
[fbpad.git] / draw.h
blob8b5ae1f61a3999522b2fe4c165ef8aafd0d07589
1 void fb_init(void);
2 void fb_free(void);
3 fbval_t fb_color(unsigned char r, unsigned char g, unsigned char b);
4 void fb_set(int r, int c, fbval_t *mem, int len);
5 int fb_rows(void);
6 int fb_cols(void);
7 void fb_cmap(void);