mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-18 03:25:55 +00:00
[headscratch]
This commit is contained in:
parent
d0c63bcdf0
commit
9ce821a045
@ -194,7 +194,7 @@ impl NcPlaneOptions {
|
|||||||
pub fn with_all_options(y: i32, align: NcAlign, rows: u32, cols: u32, flags: u64) -> Self {
|
pub fn with_all_options(y: i32, align: NcAlign, rows: u32, cols: u32, flags: u64) -> Self {
|
||||||
NcPlaneOptions {
|
NcPlaneOptions {
|
||||||
y,
|
y,
|
||||||
align,
|
x: align as i32,
|
||||||
rows: rows as i32,
|
rows: rows as i32,
|
||||||
cols: cols as i32,
|
cols: cols as i32,
|
||||||
userptr: null_mut(),
|
userptr: null_mut(),
|
||||||
|
Loading…
Reference in New Issue
Block a user