Minor changes in some comments

This commit is contained in:
David Capello 2016-07-05 11:44:58 -03:00
parent 99bd10dfbd
commit 71d2a2e2e7
2 changed files with 8 additions and 7 deletions

View File

@ -247,7 +247,8 @@ FileOp* FileOp::createSaveDocumentOperation(const Context* context,
std::string warnings;
bool fatal = false;
/* check image type support */
// Check image type support
// TODO add support to automatically convert the image to a supported format
switch (fop->m_document->sprite()->pixelFormat()) {
case IMAGE_RGB:

View File

@ -422,7 +422,7 @@ bool PixlyFormat::onSave(FileOp* fop)
fop->setProgress(0.1 * (double)(y+1) / (double)height);
}
// XXX beware the required typo on Pixly xml: "totalCollumns" (sic)
// TODO XXX beware the required typo on Pixly xml: "totalCollumns" (sic)
fprintf(xml_fp,
"<PixlyAnimation version=\"1.5\">\n"
"\t<Info "
@ -453,7 +453,7 @@ bool PixlyFormat::onSave(FileOp* fop)
int duration = sprite->frameDuration(frame);
// XXX beware the required typo on Pixly xml: "collumn" (sic)
// TODO XXX beware the required typo on Pixly xml: "collumn" (sic)
fprintf(xml_fp,
"\t\t<Frame duration=\"%d\" visible=\"%s\">\n"
"\t\t\t<Region x=\"%d\" y=\"%d\" width=\"%d\" height=\"%d\"/>\n"