summaryrefslogtreecommitdiff
path: root/apps/examples/nxtext/nxtext_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/nxtext/nxtext_internal.h')
-rw-r--r--apps/examples/nxtext/nxtext_internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/examples/nxtext/nxtext_internal.h b/apps/examples/nxtext/nxtext_internal.h
index b9c2b8d64..16f8bb08a 100644
--- a/apps/examples/nxtext/nxtext_internal.h
+++ b/apps/examples/nxtext/nxtext_internal.h
@@ -268,8 +268,8 @@ extern const struct nx_callback_s g_bgcb;
/* The screen resolution */
-nxgl_coord_t g_xres;
-nxgl_coord_t g_yres;
+extern nxgl_coord_t g_xres;
+extern nxgl_coord_t g_yres;
extern bool b_haveresolution;
#ifdef CONFIG_NX_MULTIUSER