updated 'line' command remarks to now be correct I think. Sometimes sitting back helps to get a fix on things ;-)

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10532 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Rudolf Cornelissen
2004-12-24 22:46:55 +00:00
parent ff20b3ad82
commit 5f8c3a7f30
+4 -3
View File
@@ -130,15 +130,16 @@ typedef struct {
} Line32[0x08]; /* cmd can handle upto 8 lines with 32-bit coordinates */
struct {
uint32 Point; /* b0-15 is X, b16-31 is Y */
} Polyline[0x20]; /* cmd can handle upto 32 polylines */
} Polyline[0x20]; /* cmd can handle upto 32 points polylines */
struct {
uint32 PointX; /* b0-31 is X */
uint32 PointY; /* b0-31 is Y */
} Polyline32[0x10]; /* command can handle upto 16 polylines with 32-bit coord's */
} Polyline32[0x10]; /* cmd can handle upto 16 point polylines with 32-bit coord's */
struct {
uint32 Color; /* b0-31 is color */
uint32 Point; /* b0-15 is X, b16-31 is Y */
} ColorPolyline[0x10]; /* cmd can handle upto 16 individually colored polylines */
} ColorPolyline[0x10]; /* cmd can handle upto 16 point polylines with individually
* colored sections */
} cmd_nv1_render_solid_lin;
/* Someone defined this in XFree once (as 'RivaRectangle') but never used it: