From 1aa4a0750b0705fefbb1cd2819dbc30684d25353 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 13 May 2012 15:14:53 +0000 Subject: Add Calypso-related fixes git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4730 42af7a65-404d-4744-a932-0658087f49c3 --- apps/examples/nxlines/nxlines_bkgd.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'apps/examples/nxlines/nxlines_bkgd.c') diff --git a/apps/examples/nxlines/nxlines_bkgd.c b/apps/examples/nxlines/nxlines_bkgd.c index c9cbc921d..4c09519ed 100644 --- a/apps/examples/nxlines/nxlines_bkgd.c +++ b/apps/examples/nxlines/nxlines_bkgd.c @@ -1,8 +1,8 @@ /**************************************************************************** * examples/nxlines/nxlines_bkgd.c * - * Copyright (C) 2011 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt + * Copyright (C) 2011-2012 Gregory Nutt. All rights reserved. + * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -94,7 +94,7 @@ static void nxlines_kbdin(NXWINDOW hwnd, uint8_t nch, FAR const uint8_t *ch, /* Background window call table */ -const struct nx_callback_s g_bgcb = +const struct nx_callback_s g_nxlinescb = { nxlines_redraw, /* redraw */ nxlines_position /* position */ -- cgit v1.2.3