mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
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:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user