mirror of
https://github.com/apache/nuttx.git
synced 2026-06-02 17:48:54 +08:00
Fix uninitialized pointer in CNxTKWindow
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4706 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -115,7 +115,7 @@ int nxtk_opentoolbar(NXTKWINDOW hfwnd, nxgl_coord_t height,
|
|||||||
nxtk_setsubwindows(fwnd);
|
nxtk_setsubwindows(fwnd);
|
||||||
|
|
||||||
/* Then redraw the entire window, even the client window must be
|
/* Then redraw the entire window, even the client window must be
|
||||||
* redraw because it has changed its vertical position and size.
|
* redrawn because it has changed its vertical position and size.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
nxfe_redrawreq(&fwnd->wnd, &fwnd->wnd.bounds);
|
nxfe_redrawreq(&fwnd->wnd, &fwnd->wnd.bounds);
|
||||||
|
|||||||
Reference in New Issue
Block a user