vt(4): Rename the "mouse_cursor" structure to "vt_mouse_cursor"
authordumbbell <dumbbell@FreeBSD.org>
Thu, 21 Aug 2014 19:42:24 +0000 (19:42 +0000)
committerdumbbell <dumbbell@FreeBSD.org>
Thu, 21 Aug 2014 19:42:24 +0000 (19:42 +0000)
commitbfb48c9d749f4a8a56433f2d13cf9f22404ffa6a
tree398cd32fa5493ba739ab66803dbde0dc3300c555
parent3fb0c51de451d3985801ef2a7c9cd801c6e5d485
vt(4): Rename the "mouse_cursor" structure to "vt_mouse_cursor"

At the same time, "w" and "h" members are now called "width" and
"height". The goal is to have a more "public" structure, because it will
soon be passed as argument to a new callback, replacing vd_bitbltchr_t.

MFC after: 1 week
sys/dev/vt/font/vt_mouse_cursor.c
sys/dev/vt/vt.h
sys/dev/vt/vt_core.c