diff options
author | rws <empty> | 1989-09-14 16:26:25 +0000 |
---|---|---|
committer | rws <empty> | 1989-09-14 16:26:25 +0000 |
commit | 86e573133133a39d11dcec6cbb7faa65573372b9 (patch) | |
tree | 9fc0b98588674475f596535d40f6237280fa2525 /xc/programs/Xserver/mfb/mfbfillsp.c | |
parent | 8fd0d5095d80b0cf60a89d70f91848375a0f00dc (diff) |
lint
Diffstat (limited to 'xc/programs/Xserver/mfb/mfbfillsp.c')
-rw-r--r-- | xc/programs/Xserver/mfb/mfbfillsp.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xc/programs/Xserver/mfb/mfbfillsp.c b/xc/programs/Xserver/mfb/mfbfillsp.c index 8a2aa7f0a..80f52dc65 100644 --- a/xc/programs/Xserver/mfb/mfbfillsp.c +++ b/xc/programs/Xserver/mfb/mfbfillsp.c @@ -22,7 +22,7 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ******************************************************************/ -/* $XConsortium: mfbfillsp.c,v 5.2 89/07/28 11:58:00 rws Exp $ */ +/* $XConsortium: mfbfillsp.c,v 5.3 89/09/13 18:57:57 rws Exp $ */ #include "X.h" #include "Xmd.h" #include "gcstruct.h" @@ -753,7 +753,7 @@ int fSorted; PixmapPtr pTile; /* pointer to tile we want to fill with */ int w, width, x, xSrc, ySrc, srcStartOver, nstart, nend; int tlwidth, rem, tileWidth, tileHeight, endinc, rop; - unsigned int tmpSrc, endmask, *psrcT; + unsigned int endmask, *psrcT; int *pwidthFree; /* copies of the pointers to free */ DDXPointPtr pptFree; @@ -919,7 +919,7 @@ int fSorted; register int startmask; register int nlMiddle; PixmapPtr pTile; /* pointer to tile we want to fill with */ - int w, width, x, xSrc, ySrc, tmpSrc, srcStartOver, nstart, nend; + int w, width, x, xSrc, ySrc, srcStartOver, nstart, nend; int endmask, tlwidth, rem, tileWidth, *psrcT, endinc, rop; int tileHeight; int *pwidthFree; /* copies of the pointers to free */ |