repo.or.cz
/
fbpad.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pad: a better hash function
[fbpad.git]
/
draw.h
blob
8b5ae1f61a3999522b2fe4c165ef8aafd0d07589
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
);