From 990276740afafeb69f64b01050a99f113bb89fa6 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 1 May 2012 14:52:54 +0000 Subject: Add beginning of NxWM NxConsole application git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4681 42af7a65-404d-4744-a932-0658087f49c3 --- apps/examples/nxconsole/nxcon_internal.h | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'apps') diff --git a/apps/examples/nxconsole/nxcon_internal.h b/apps/examples/nxconsole/nxcon_internal.h index 199bbd052..c5ad760ad 100644 --- a/apps/examples/nxconsole/nxcon_internal.h +++ b/apps/examples/nxconsole/nxcon_internal.h @@ -265,18 +265,18 @@ struct nxcon_state_s { - volatile bool haveres; /* True: Have screen resolution */ - volatile bool connected; /* True: Connected to server */ - sem_t eventsem; /* Control waiting for display events */ - pid_t pid; /* Console task ID */ - NXHANDLE hnx; /* The connection handler */ - NXTKWINDOW hwnd; /* The window */ - NXCONSOLE hdrvr; /* The console driver */ - FAR 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 */ - struct nxgl_point_s wpos; /* Window position */ + volatile bool haveres; /* True: Have screen resolution */ + volatile bool connected; /* True: Connected to server */ + sem_t eventsem; /* Control waiting for display events */ + pid_t pid; /* Console task ID */ + NXHANDLE hnx; /* The connection handler */ + NXTKWINDOW hwnd; /* The window */ + NXCONSOLE hdrvr; /* The console driver */ + 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 */ + struct nxgl_point_s wpos; /* Window position */ }; /**************************************************************************** -- cgit v1.2.3