serial: Don't comment out ws_[x|y]pixel field from winsize struct
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> Change-Id: I3d2435c3950e8f60b50d9af8a54c65bd0d16f2e0
This commit is contained in:
parent
4716fc929d
commit
3a97f51a8d
|
@ -208,9 +208,8 @@ struct winsize
|
||||||
uint16_t ws_row;
|
uint16_t ws_row;
|
||||||
uint16_t ws_col;
|
uint16_t ws_col;
|
||||||
|
|
||||||
/* uint16_t ws_xpixel; unused */
|
uint16_t ws_xpixel; /* unused */
|
||||||
|
uint16_t ws_ypixel; /* unused */
|
||||||
/* uint16_t ws_ypixel; unused */
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Structure used with TIOCSRS485 and TIOCGRS485 (Linux compatible) */
|
/* Structure used with TIOCSRS485 and TIOCGRS485 (Linux compatible) */
|
||||||
|
|
Loading…
Reference in New Issue