mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
Remove redundant origin value
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1393 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -94,7 +94,7 @@ void nxbe_setsize(FAR struct nxbe_window_s *wnd,
|
||||
|
||||
nxgl_rectcopy(&bounds, &wnd->bounds);
|
||||
|
||||
/* Add the window origin to supplied size get the new window bounding box */
|
||||
/* Add the window origin to the supplied size get the new window bounding box */
|
||||
|
||||
wnd->bounds.pt2.x = wnd->bounds.pt1.x + size->w - 1;
|
||||
wnd->bounds.pt2.y = wnd->bounds.pt1.y + size->h - 1;
|
||||
|
||||
Reference in New Issue
Block a user