summaryrefslogtreecommitdiff
path: root/nuttx/graphics/nxmu/nxfe.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-12-02 16:38:35 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-12-02 16:38:35 +0000
commitd368ddb4ccfcfe9670d166d5db983332dab6a12a (patch)
tree01c229697afd70606fcfe78db3cf0b00ed1ea123 /nuttx/graphics/nxmu/nxfe.h
parent81289970e26c19de2ef93ed86e43632276ff2ed2 (diff)
downloadpx4-nuttx-d368ddb4ccfcfe9670d166d5db983332dab6a12a.tar.gz
px4-nuttx-d368ddb4ccfcfe9670d166d5db983332dab6a12a.tar.bz2
px4-nuttx-d368ddb4ccfcfe9670d166d5db983332dab6a12a.zip
filltrapezoid needs a clipping rectangle
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1389 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/graphics/nxmu/nxfe.h')
-rw-r--r--nuttx/graphics/nxmu/nxfe.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/graphics/nxmu/nxfe.h b/nuttx/graphics/nxmu/nxfe.h
index 9b8ff22ee..d5cf3279c 100644
--- a/nuttx/graphics/nxmu/nxfe.h
+++ b/nuttx/graphics/nxmu/nxfe.h
@@ -350,6 +350,7 @@ struct nxsvrmsg_filltrapezoid_s
{
uint32 msgid; /* NX_SVRMSG_FILLTRAP */
FAR struct nxbe_window_s *wnd; /* The window to fill */
+ FAR struct nxgl_rect_s clip; /* The clipping window */
struct nxgl_trapezoid_s trap; /* The trapezoidal region in the window to fill */
nxgl_mxpixel_t color[CONFIG_NX_NPLANES]; /* Color to use in the fill */
};