summaryrefslogtreecommitdiff
path: root/xc/programs/Xserver/hw/sun/sunGX.c
diff options
context:
space:
mode:
Diffstat (limited to 'xc/programs/Xserver/hw/sun/sunGX.c')
-rw-r--r--xc/programs/Xserver/hw/sun/sunGX.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/xc/programs/Xserver/hw/sun/sunGX.c b/xc/programs/Xserver/hw/sun/sunGX.c
index e53e2b75e..93320aa41 100644
--- a/xc/programs/Xserver/hw/sun/sunGX.c
+++ b/xc/programs/Xserver/hw/sun/sunGX.c
@@ -23,7 +23,7 @@ in this Software without prior written authorization from The Open Group.
* Author: Keith Packard, MIT X Consortium
*/
-/* $XFree86: xc/programs/Xserver/hw/sun/sunGX.c,v 1.4 2001/01/17 22:36:50 dawes Exp $ */
+/* $XFree86: xc/programs/Xserver/hw/sun/sunGX.c,v 1.5 2001/08/17 22:08:11 tsi Exp $ */
#include "sun.h"
@@ -42,6 +42,7 @@ in this Software without prior written authorization from The Open Group.
#include "mergerop.h"
#include "sunGX.h"
#include "migc.h"
+#include "mispans.h"
#define sunGXFillSpan(gx,y,x1,x2,r) {\
(gx)->apointy = (y); \
@@ -1783,6 +1784,7 @@ sunGXFillBoxStipple (pDrawable, nBox, pBox, stipple)
GXWait(gx,r);
}
+Bool
sunGXCheckTile (pPixmap, stipple)
PixmapPtr pPixmap;
sunGXStipplePtr stipple;
@@ -1843,6 +1845,7 @@ sunGXCheckTile (pPixmap, stipple)
return TRUE;
}
+Bool
sunGXCheckStipple (pPixmap, stipple)
PixmapPtr pPixmap;
sunGXStipplePtr stipple;
@@ -1880,6 +1883,7 @@ sunGXCheckStipple (pPixmap, stipple)
static sunGXStipplePtr tmpStipple;
+Bool
sunGXCheckFill (pGC, pDrawable)
GCPtr pGC;
DrawablePtr pDrawable;
@@ -2528,6 +2532,7 @@ sunGXDestroyGC (pGC)
miDestroyGC (pGC);
}
+Bool
sunGXCreateGC (pGC)
GCPtr pGC;
{
@@ -2564,6 +2569,7 @@ sunGXDestroyWindow (pWin)
return cfbDestroyWindow (pWin);
}
+Bool
sunGXChangeWindowAttributes (pWin, mask)
WindowPtr pWin;
Mask mask;
@@ -2842,6 +2848,7 @@ sunGXCopyWindow(pWin, ptOldOrg, prgnSrc)
REGION_DESTROY(pWin->drawable.pScreen, prgnDst);
}
+Bool
#if NeedFunctionPrototypes
sunGXInit (
ScreenPtr pScreen,