Mercurial > hg > xemacs-beta
comparison src/glyphs-eimage.c @ 638:373ced43e288
[xemacs-hg @ 2001-07-26 21:10:44 by adrian]
[PATCH APPROVE COMMIT 21.5 RECOMMEND 21.4 21.1] xemacs-21.5: typo fixes of of this this nature for src/ <ofq7gzz8.fsf@ecf.teradyne.com>
author | adrian |
---|---|
date | Thu, 26 Jul 2001 21:10:48 +0000 |
parents | 5fd7ba8b56e7 |
children | b39c14581166 |
comparison
equal
deleted
inserted
replaced
637:2538b7200a20 | 638:373ced43e288 |
---|---|
673 | 673 |
674 /* write the data in EImage format (8bit RGB triples) */ | 674 /* write the data in EImage format (8bit RGB triples) */ |
675 | 675 |
676 for (slice = 0; slice < unwind.giffile->ImageCount; slice++) | 676 for (slice = 0; slice < unwind.giffile->ImageCount; slice++) |
677 { | 677 { |
678 /* We check here that that the current image covers the full "screen" size. */ | 678 /* We check here that the current image covers the full "screen" size. */ |
679 if (unwind.giffile->SavedImages[slice].ImageDesc.Height != height | 679 if (unwind.giffile->SavedImages[slice].ImageDesc.Height != height |
680 || unwind.giffile->SavedImages[slice].ImageDesc.Width != width | 680 || unwind.giffile->SavedImages[slice].ImageDesc.Width != width |
681 || unwind.giffile->SavedImages[slice].ImageDesc.Left != 0 | 681 || unwind.giffile->SavedImages[slice].ImageDesc.Left != 0 |
682 || unwind.giffile->SavedImages[slice].ImageDesc.Top != 0) | 682 || unwind.giffile->SavedImages[slice].ImageDesc.Top != 0) |
683 signal_image_error ("Image in GIF file is not full size", | 683 signal_image_error ("Image in GIF file is not full size", |