Add beginning of NxWM NxConsole application

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4681 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2012-05-01 14:52:54 +00:00
parent d3b6116038
commit 9e491b4b8e

View File

@ -272,7 +272,7 @@ struct nxcon_state_s
NXHANDLE hnx; /* The connection handler */
NXTKWINDOW hwnd; /* The window */
NXCONSOLE hdrvr; /* The console driver */
FAR struct nxcon_window_s wndo; /* Describes the window */
struct nxcon_window_s wndo; /* Describes the window */
nxgl_coord_t xres; /* Screen X resolution */
nxgl_coord_t yres; /* Screen Y resolution */
struct nxgl_size_s wsize; /* Window size */