A few more AVR32 fixes

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4078 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2011-11-03 01:16:48 +00:00
parent 7c1d6619fa
commit 21ce4101b2
4 changed files with 13 additions and 8 deletions
+5 -2
View File
@@ -130,6 +130,9 @@ void nxbe_getrectangle(FAR struct nxbe_window_s *wnd,
* to this window.
*/
FAR struct nxbe_plane_s *pplane = &wnd->be->plane[plane];
pplane->getrectangle(&pplane->pinfo, rect, dest, deststride);
if (!nxgl_nullrect(&remaining))
{
FAR struct nxbe_plane_s *pplane = &wnd->be->plane[plane];
pplane->getrectangle(&pplane->pinfo, &remaining, dest, deststride);
}
}