diff options
author | David Reveman <c99drn@cs.umu.se> | 2005-04-27 09:29:33 +0000 |
---|---|---|
committer | David Reveman <c99drn@cs.umu.se> | 2005-04-27 09:29:33 +0000 |
commit | 28a2d841cee596c0242b1649587d6b180529c0ef (patch) | |
tree | 524b3b59a03bf6a997c7728723ab1d7ab75c875d /hw/xgl/xgl.h | |
parent | abcc8c352e5fe6dd3b7ce5c6a25f435f877264c3 (diff) |
Line drawing improvements to Xgl
Diffstat (limited to 'hw/xgl/xgl.h')
-rw-r--r-- | hw/xgl/xgl.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hw/xgl/xgl.h b/hw/xgl/xgl.h index 82680e368..b1094beff 100644 --- a/hw/xgl/xgl.h +++ b/hw/xgl/xgl.h @@ -67,6 +67,7 @@ typedef struct _xglScreenInfo { int geometryUsage; Bool yInverted; int pboMask; + Bool lines; } xglScreenInfoRec, *xglScreenInfoPtr; typedef struct _xglPixelFormat { @@ -223,6 +224,7 @@ typedef struct _xglScreen { int geometryDataType; Bool yInverted; int pboMask; + Bool lines; xglGeometryRec scratchGeometry; #ifdef RENDER @@ -1002,7 +1004,7 @@ xglFill (DrawablePtr pDrawable, BoxPtr pBox, int nBox); -Bool +void xglFillSpan (DrawablePtr pDrawable, GCPtr pGC, int n, |