9
0
Fork 0

Providing wrong size

git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@1397 7fd9a85b-ad96-42d3-883c-3090e2eb8679
This commit is contained in:
patacongo 2008-12-03 00:25:15 +00:00
parent a5f80d50e7
commit 94b967e3c4
1 changed files with 1 additions and 1 deletions

View File

@ -102,6 +102,6 @@ void nxfe_reportposition(FAR struct nxbe_window_s *wnd)
/* And provide this to the client */
wnd->cb->position(wnd, &rect, &wnd->bounds.pt1, &be->bkgd.bounds, wnd->arg);
wnd->cb->position(wnd, &size, &wnd->bounds.pt1, &be->bkgd.bounds, wnd->arg);
}
}