Fix move rectangle logic

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2607 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2010-04-17 18:59:12 +00:00
parent 58c075fc9c
commit c6b279bab4
5 changed files with 51 additions and 120 deletions
+3 -1
View File
@@ -284,7 +284,9 @@ EXTERN void nxgl_filltrapezoid_32bpp(FAR NX_PLANEINFOTYPE *pinfo,
*
* Descripton:
* Move a rectangular region from location to another in the
* framebuffer memory.
* framebuffer/LCD memory. The source is expressed as a rectangle; the
* destination position is expressed as a point corresponding to the
* translation of the upper, left-hand corner.
*
****************************************************************************/