mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
add decls+docs for ncvisual_from_rgba/bgra #557
This commit is contained in:
parent
803296fb80
commit
7e9cc29f8e
5
src/lib/visual.cpp
Normal file
5
src/lib/visual.cpp
Normal file
@ -0,0 +1,5 @@
|
||||
#include "internal.h"
|
||||
|
||||
ncvisual* ncvisual_from_plane(ncplane* n){
|
||||
return NULL; // FIXME
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user