summaryrefslogtreecommitdiff
path: root/nuttx/graphics/nxmu/Make.defs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-08-02 13:39:55 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-08-02 13:39:55 +0000
commit39810db907fad4fec715b14dccb00ad5b6b9068c (patch)
treea60175740257bb74ed1f3139a07c79a3fe5217d0 /nuttx/graphics/nxmu/Make.defs
parent78d83d991a664cbb4e55861d7935a3954506eb4d (diff)
downloadpx4-nuttx-39810db907fad4fec715b14dccb00ad5b6b9068c.tar.gz
px4-nuttx-39810db907fad4fec715b14dccb00ad5b6b9068c.tar.bz2
px4-nuttx-39810db907fad4fec715b14dccb00ad5b6b9068c.zip
Add NX line drawing interfaces
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3836 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/graphics/nxmu/Make.defs')
-rw-r--r--nuttx/graphics/nxmu/Make.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/graphics/nxmu/Make.defs b/nuttx/graphics/nxmu/Make.defs
index 64d5fc724..79959a4a0 100644
--- a/nuttx/graphics/nxmu/Make.defs
+++ b/nuttx/graphics/nxmu/Make.defs
@@ -39,7 +39,7 @@ NXAPI_CSRCS = nx_bitmap.c nx_closewindow.c nx_connect.c nx_disconnect.c \
nx_getposition.c nx_kbdchin.c nx_kbdin.c nx_lower.c \
nx_mousein.c nx_move.c nx_openwindow.c nx_raise.c \
nx_releasebkgd.c nx_requestbkgd.c nx_setsize.c \
- nx_setbgcolor.c nx_setposition.c
+ nx_setbgcolor.c nx_setposition.c nx_drawline.c
NXMU_CSRCS = nxmu_constructwindow.c nxmu_kbdin.c nxmu_mouse.c \
nxmu_openwindow.c nxmu_redrawreq.c nxmu_releasebkgd.c \
nxmu_requestbkgd.c nxmu_reportposition.c nxmu_semtake.c \