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:
parent
83f1f2422e
commit
60da53af62
|
@ -115,7 +115,7 @@ int nxtk_opentoolbar(NXTKWINDOW hfwnd, nxgl_coord_t height,
|
|||
nxtk_setsubwindows(fwnd);
|
||||
|
||||
/* 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);
|
||||
|
|
Loading…
Reference in New Issue