summaryrefslogtreecommitdiff
path: root/nuttx/graphics/nxsu/Make.defs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-08-24 14:46:59 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-08-24 14:46:59 +0000
commitb2273926830dcc8a4369bd41f2941f5ce22b3d3a (patch)
treec07d00a0aea82d1ccebd66854ea6f0b433634f73 /nuttx/graphics/nxsu/Make.defs
parent3349c757c9031b79db54a26d906ff33742bbb711 (diff)
downloadpx4-nuttx-b2273926830dcc8a4369bd41f2941f5ce22b3d3a.tar.gz
px4-nuttx-b2273926830dcc8a4369bd41f2941f5ce22b3d3a.tar.bz2
px4-nuttx-b2273926830dcc8a4369bd41f2941f5ce22b3d3a.zip
Add circle drawing interfaces
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3910 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/graphics/nxsu/Make.defs')
-rw-r--r--nuttx/graphics/nxsu/Make.defs3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/graphics/nxsu/Make.defs b/nuttx/graphics/nxsu/Make.defs
index 3cddf3a2c..e87f6d035 100644
--- a/nuttx/graphics/nxsu/Make.defs
+++ b/nuttx/graphics/nxsu/Make.defs
@@ -38,6 +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_drawline.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)