summaryrefslogtreecommitdiff
path: root/apps/examples/nxhello/nxhello.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/nxhello/nxhello.h')
-rw-r--r--apps/examples/nxhello/nxhello.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/examples/nxhello/nxhello.h b/apps/examples/nxhello/nxhello.h
index d5d5c724b..b7343a054 100644
--- a/apps/examples/nxhello/nxhello.h
+++ b/apps/examples/nxhello/nxhello.h
@@ -120,6 +120,7 @@ enum exitcode_e
NXEXIT_LCDINITIALIZE,
NXEXIT_LCDGETDEV,
NXEXIT_NXOPEN,
+ NXEXIT_FONTOPEN,
NXEXIT_NXREQUESTBKGD,
NXEXIT_NXSETBGCOLOR
};
@@ -147,10 +148,11 @@ struct nxhello_bitmap_s
struct nxhello_data_s
{
- /* The NX handle */
+ /* The NX handles */
NXHANDLE hnx;
NXHANDLE hbkgd;
+ NXHANDLE hfont;
/* The screen resolution */