summaryrefslogtreecommitdiff
path: root/nuttx/graphics/nxsu/Make.defs
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/graphics/nxsu/Make.defs')
-rw-r--r--nuttx/graphics/nxsu/Make.defs8
1 files changed, 4 insertions, 4 deletions
diff --git a/nuttx/graphics/nxsu/Make.defs b/nuttx/graphics/nxsu/Make.defs
index e87f6d035..12885ebf1 100644
--- a/nuttx/graphics/nxsu/Make.defs
+++ b/nuttx/graphics/nxsu/Make.defs
@@ -1,8 +1,8 @@
############################################################################
# graphics/nxsu/Make.defs
#
-# Copyright (C) 2008 Gregory Nutt. All rights reserved.
-# Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+# Copyright (C) 2008, 2011 Gregory Nutt. All rights reserved.
+# Author: Gregory Nutt <gnutt@nuttx.org>
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
@@ -38,7 +38,7 @@ NXAPI_CSRCS = nx_bitmap.c nx_close.c nx_closewindow.c nx_fill.c \
nx_filltrapezoid.c nx_getposition.c nx_kbdchin.c \
nx_kbdin.c nx_lower.c nx_mousein.c nx_move.c nx_open.c \
nx_openwindow.c nx_raise.c nx_releasebkgd.c nx_requestbkgd.c \
- nx_setsize.c nx_setbgcolor.c nx_setposition.c nx_drawcircle.c \
- nx_drawline.c nx_fillcircle.c
+ nx_setpixel.c nx_setsize.c nx_setbgcolor.c nx_setposition.c \
+ nx_drawcircle.c nx_drawline.c nx_fillcircle.c
NXSU_CSRCS = nxsu_constructwindow.c nxsu_redrawreq.c nxsu_reportposition.c
NX_CSRCS = $(NXAPI_CSRCS) $(NXSU_CSRCS)