From d368ddb4ccfcfe9670d166d5db983332dab6a12a Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 2 Dec 2008 16:38:35 +0000 Subject: filltrapezoid needs a clipping rectangle git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1389 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/graphics/nxmu/nxfe.h | 1 + 1 file changed, 1 insertion(+) (limited to 'nuttx/graphics/nxmu/nxfe.h') 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 */ }; -- cgit v1.2.3