mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-04 06:00:30 +00:00
[ncvisual_geom] remove redundant/confusing sentence from docs #2321
This commit is contained in:
parent
73c9242c08
commit
960414d818
5
USAGE.md
5
USAGE.md
@ -3341,8 +3341,9 @@ typedef struct ncvgeom {
|
||||
|
||||
// all-purpose ncvisual geometry solver. one or both of 'nc' and 'n' must be
|
||||
// non-NULL. if 'nc' is NULL, only pixy/pixx will be filled in, with the true
|
||||
// pixel geometry of 'n'. if 'n' is NULL, only cdimy/cdimx, blitter, and (if
|
||||
// applicable) maxpixely/maxpixelx are filled in.
|
||||
// pixel geometry of 'n'. if 'n' is NULL, only cdimy/cdimx, blitter,
|
||||
// scaley/scalex, and maxpixely/maxpixelx are filled in. cdimy/cdimx and
|
||||
// maxpixely/maxpixelx are only ever filled in if we know them.
|
||||
int ncvisual_geom(const struct notcurses* nc, const struct ncvisual* n,
|
||||
const struct ncvisual_options* vopts, ncvgeom* geom);
|
||||
|
||||
|
@ -2922,8 +2922,7 @@ typedef struct ncvgeom {
|
||||
// all-purpose ncvisual geometry solver. one or both of 'nc' and 'n' must be
|
||||
// non-NULL. if 'nc' is NULL, only pixy/pixx will be filled in, with the true
|
||||
// pixel geometry of 'n'. if 'n' is NULL, only cdimy/cdimx, blitter,
|
||||
// scaley/scalex, and maxpixely/maxpixelx are filled in; this is the same as
|
||||
// calling with a NULL 'n' and a default 'vopts'. cdimy/cdimx and
|
||||
// scaley/scalex, and maxpixely/maxpixelx are filled in. cdimy/cdimx and
|
||||
// maxpixely/maxpixelx are only ever filled in if we know them.
|
||||
API int ncvisual_geom(const struct notcurses* nc, const struct ncvisual* n,
|
||||
const struct ncvisual_options* vopts, ncvgeom* geom)
|
||||
|
Loading…
Reference in New Issue
Block a user