driver/framebuffer.cpp: fix USE_NEVIS_GXA code

Origin commit data
------------------
Branch: ni/coolstream
Commit: 71999b5f08
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-01-11 (Fri, 11 Jan 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2013-01-11 15:12:34 +04:00
parent 7a71072722
commit a679392ec1

View File

@@ -777,9 +777,9 @@ void CFrameBuffer::paintBoxRel(const int x, const int y, const int dx, const int
*(fbp + pos) = col;
}
fbp += swidth;
#endif
line++;
}
#endif
}
#ifdef USE_NEVIS_GXA
/* the GXA seems to do asynchronous rendering, so we add a sync marker