summaryrefslogtreecommitdiff
path: root/apps/examples/nxtext/nxtext_internal.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-08 19:41:48 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-08 19:41:48 +0000
commit487bc7ed3b401ffd54ae3988368c92fe7551d9b1 (patch)
treebecf6bc12118c122ecfd882a03e0936da62e5be5 /apps/examples/nxtext/nxtext_internal.h
parent8ab28535bd5b776e1a5b1a6b3e8ae078986acf6d (diff)
downloadnuttx-487bc7ed3b401ffd54ae3988368c92fe7551d9b1.tar.gz
nuttx-487bc7ed3b401ffd54ae3988368c92fe7551d9b1.tar.bz2
nuttx-487bc7ed3b401ffd54ae3988368c92fe7551d9b1.zip
Fix a few NXTEXT bugs (there are many more)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3756 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/nxtext/nxtext_internal.h')
-rw-r--r--apps/examples/nxtext/nxtext_internal.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/examples/nxtext/nxtext_internal.h b/apps/examples/nxtext/nxtext_internal.h
index c1fc76b48..4b7982171 100644
--- a/apps/examples/nxtext/nxtext_internal.h
+++ b/apps/examples/nxtext/nxtext_internal.h
@@ -252,6 +252,10 @@ struct nxtext_state_s
extern NXHANDLE g_hnx;
+/* Background window handle */
+
+extern NXHANDLE g_bgwnd;
+
/* NX callback vtables */
extern const struct nx_callback_s g_bgcb;
@@ -285,6 +289,7 @@ extern FAR void *nxtext_listener(FAR void *arg);
extern FAR struct nxtext_state_s *nxbg_getstate(void);
extern void nxbg_write(NXWINDOW hwnd, FAR const uint8_t *buffer, size_t buflen);
+extern void nxbg_refresh(NXWINDOW hwnd);
/* Pop-up window interfaces */