driver/framebuffer.cpp: fix USE_NEVIS_GXA code

This commit is contained in:
[CST] Focus
2013-01-11 15:12:34 +04:00
parent 1db9531bdc
commit 71999b5f08

View File

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