mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-10 09:39:03 -04:00
fbcon_scrub: return success to get notcurses-demo working in framebuffer
This commit is contained in:
parent
b590056887
commit
5fc1540a09
@ -73,7 +73,7 @@ error:
|
|||||||
int fbcon_scrub(const struct ncpile* p, sprixel* s){
|
int fbcon_scrub(const struct ncpile* p, sprixel* s){
|
||||||
(void)p;
|
(void)p;
|
||||||
(void)s;
|
(void)s;
|
||||||
return -1;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
int fbcon_draw(const struct ncpile *p, sprixel* s, FILE* out, int y, int x){
|
int fbcon_draw(const struct ncpile *p, sprixel* s, FILE* out, int y, int x){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user