From 71999b5f08372f63bb75d37c89c2bc7f293c4152 Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Fri, 11 Jan 2013 15:12:34 +0400 Subject: [PATCH] driver/framebuffer.cpp: fix USE_NEVIS_GXA code --- src/driver/framebuffer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/driver/framebuffer.cpp b/src/driver/framebuffer.cpp index b4f1e9728..32d601a8f 100644 --- a/src/driver/framebuffer.cpp +++ b/src/driver/framebuffer.cpp @@ -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