summaryrefslogtreecommitdiff
path: root/mi/miglblt.c
diff options
context:
space:
mode:
authorPeter Hutterer <peter@cs.unisa.edu.au>2007-03-09 14:16:23 +1030
committerPeter Hutterer <peter@cs.unisa.edu.au>2007-03-09 14:16:23 +1030
commit405483496538f1c82cbd7fe1e76c5d94e1a90525 (patch)
tree041bd2eb399269721d6fd25d8b74a6db4794a8de /mi/miglblt.c
parent63169ce52d354b4345dcfc46b89f0ea88379718f (diff)
mi: remove 'register' keywords.
Diffstat (limited to 'mi/miglblt.c')
-rw-r--r--mi/miglblt.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/mi/miglblt.c b/mi/miglblt.c
index db299a8ae..4db3eb62f 100644
--- a/mi/miglblt.c
+++ b/mi/miglblt.c
@@ -92,18 +92,18 @@ miPolyGlyphBlt(pDrawable, pGC, x, y, nglyph, ppci, pglyphBase)
{
int width, height;
PixmapPtr pPixmap;
- int nbyLine; /* bytes per line of padded pixmap */
+ int nbyLine; /* bytes per line of padded pixmap */
FontPtr pfont;
GCPtr pGCtmp;
- register int i;
- register int j;
- unsigned char *pbits; /* buffer for PutImage */
- register unsigned char *pb; /* temp pointer into buffer */
- register CharInfoPtr pci; /* currect char info */
- register unsigned char *pglyph; /* pointer bits in glyph */
- int gWidth, gHeight; /* width and height of glyph */
- register int nbyGlyphWidth; /* bytes per scanline of glyph */
- int nbyPadGlyph; /* server padded line of glyph */
+ int i;
+ int j;
+ unsigned char *pbits; /* buffer for PutImage */
+ unsigned char *pb; /* temp pointer into buffer */
+ CharInfoPtr pci; /* currect char info */
+ unsigned char *pglyph; /* pointer bits in glyph */
+ int gWidth, gHeight; /* width and height of glyph */
+ int nbyGlyphWidth; /* bytes per scanline of glyph */
+ int nbyPadGlyph; /* server padded line of glyph */
XID gcvals[3];