dm: video: adjust struct vidconsole_priv description
The third component of struct vidconsole_priv is ycur. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
parent
9cdbc90672
commit
5cb4860f3d
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ enum color_idx {
|
|||
*
|
||||
* @sdev: stdio device, acting as an output sink
|
||||
* @xcur_frac: Current X position, in fractional units (VID_TO_POS(x))
|
||||
* @curr_row: Current Y position in pixels (0=top)
|
||||
* @ycur: Current Y position in pixels (0=top)
|
||||
* @rows: Number of text rows
|
||||
* @cols: Number of text columns
|
||||
* @x_charsize: Character width in pixels
|
||||
|
|
Loading…
Reference in a new issue