Improperly initialized rectangle

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1364 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2008-12-01 02:30:53 +00:00
parent 2dcc77a557
commit cf462f739f
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ void nxbe_setposition(FAR struct nxbe_window_s *wnd,
* background window.
*/
nxgl_rectintersect(&rect, &rect, &wnd->be->bkgd.bounds);
nxgl_rectintersect(&rect, &wnd->bounds, &wnd->be->bkgd.bounds);
/* Then redraw this window AND all windows below it. Having moved the
* window, we may have exposed previoulsy obscured portions of windows