mirror of
https://xff.cz/git/u-boot/
synced 2025-09-02 01:02:19 +02:00
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:
committed by
Anatolij Gustschin
parent
9cdbc90672
commit
5cb4860f3d
@@ -45,7 +45,7 @@ enum color_idx {
|
|||||||
*
|
*
|
||||||
* @sdev: stdio device, acting as an output sink
|
* @sdev: stdio device, acting as an output sink
|
||||||
* @xcur_frac: Current X position, in fractional units (VID_TO_POS(x))
|
* @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
|
* @rows: Number of text rows
|
||||||
* @cols: Number of text columns
|
* @cols: Number of text columns
|
||||||
* @x_charsize: Character width in pixels
|
* @x_charsize: Character width in pixels
|
||||||
|
Reference in New Issue
Block a user