]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
vt(4): Rename the "mouse_cursor" structure to "vt_mouse_cursor"
authorJean-Sébastien Pédron <dumbbell@FreeBSD.org>
Thu, 21 Aug 2014 19:42:24 +0000 (19:42 +0000)
committerJean-Sébastien Pédron <dumbbell@FreeBSD.org>
Thu, 21 Aug 2014 19:42:24 +0000 (19:42 +0000)
commit02ebdd502d42b175c78cf21f10aec7ff32182da8
tree398cd32fa5493ba739ab66803dbde0dc3300c555
parent943c702a1b3b891ea7d9d06855dd7737578b7d5a
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