From f1dba849965d4b5f35fa963ed0efe0a4b0bcb2e9 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 9 Jul 2011 16:01:00 +0000 Subject: Redesign of NXTEXT font cache git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3761 42af7a65-404d-4744-a932-0658087f49c3 --- apps/examples/nxtext/nxtext_popup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/examples/nxtext/nxtext_popup.c') diff --git a/apps/examples/nxtext/nxtext_popup.c b/apps/examples/nxtext/nxtext_popup.c index ea2306286..4ee704652 100644 --- a/apps/examples/nxtext/nxtext_popup.c +++ b/apps/examples/nxtext/nxtext_popup.c @@ -196,7 +196,7 @@ static inline void nxpu_fillwindow(NXWINDOW hwnd, nxtext_home(st); for (i = 0; i < st->nchars; i++) { - nxtext_fillchar(hwnd, rect, &st->bm[i]); + nxtext_fillchar(hwnd, rect, st, &st->bm[i]); } #endif } -- cgit v1.2.3