mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
[notcurses_visual.3] remove stray 'i'
This commit is contained in:
parent
b8e0129f12
commit
9d38cb98db
@ -61,7 +61,7 @@ typedef struct ncvgeom {
|
|||||||
unsigned begy, begx; // upper-left corner of used region
|
unsigned begy, begx; // upper-left corner of used region
|
||||||
unsigned leny, lenx; // geometry of used region
|
unsigned leny, lenx; // geometry of used region
|
||||||
unsigned maxpixely, maxpixelx; // only defined for NCBLIT_PIXEL
|
unsigned maxpixely, maxpixelx; // only defined for NCBLIT_PIXEL
|
||||||
ncblitter_e blitter;i // blitter that will be used
|
ncblitter_e blitter; // blitter that will be used
|
||||||
} ncvgeom;
|
} ncvgeom;
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user