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:
parent
2dcc77a557
commit
cf462f739f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue