diff options
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, |