Mercurial > hg > xemacs-beta
comparison src/glyphs-eimage.c @ 357:4711e16a8e49 r21-1-8
Import from CVS: tag r21-1-8
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:57:04 +0200 |
parents | 512e409c26a2 |
children | cc15677e0335 |
comparison
equal
deleted
inserted
replaced
356:e85f639a32f3 | 357:4711e16a8e49 |
---|---|
699 for (i = 0; i < height; i++) | 699 for (i = 0; i < height; i++) |
700 { | 700 { |
701 if (interlace) | 701 if (interlace) |
702 if (row >= height) { | 702 if (row >= height) { |
703 row = InterlacedOffset[++pass]; | 703 row = InterlacedOffset[++pass]; |
704 while (row > height) | 704 while (row >= height) |
705 row = InterlacedOffset[++pass]; | 705 row = InterlacedOffset[++pass]; |
706 } | 706 } |
707 eip = unwind.eimage + (row * width * 3); | 707 eip = unwind.eimage + (row * width * 3); |
708 for (j = 0; j < width; j++) | 708 for (j = 0; j < width; j++) |
709 { | 709 { |