Skip to content
Snippets Groups Projects
Commit 3a55acb8 authored by patacongo's avatar patacongo
Browse files

Providing wrong size

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1397 42af7a65-404d-4744-a932-0658087f49c3
parent 7f8eb9eb
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment