mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
driver/framebuffer.cpp: fix USE_NEVIS_GXA code
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user