Deleted Added
full compact
28c28
< __FBSDID("$FreeBSD: head/sys/dev/vt/hw/ofwfb/ofwfb.c 270431 2014-08-23 20:35:33Z dumbbell $");
---
> __FBSDID("$FreeBSD: head/sys/dev/vt/hw/ofwfb/ofwfb.c 270613 2014-08-25 19:06:31Z dumbbell $");
212,213c212,215
< x = col * vf->vf_width + vw->vw_offset.tp_col;
< y = row * vf->vf_height + vw->vw_offset.tp_row;
---
> x = col * vf->vf_width +
> vw->vw_draw_area.tr_begin.tp_col;
> y = row * vf->vf_height +
> vw->vw_draw_area.tr_begin.tp_row;
233c235
< vw->vw_offset.tp_col;
---
> vw->vw_draw_area.tr_begin.tp_col;
235c237
< vw->vw_offset.tp_row;
---
> vw->vw_draw_area.tr_begin.tp_row;
237c239
< vw->vw_offset.tp_col;
---
> vw->vw_draw_area.tr_begin.tp_col;
239c241
< vw->vw_offset.tp_row;
---
> vw->vw_draw_area.tr_begin.tp_row;