mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
fbaccel: factor out private stuff into own header
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
#endif
|
||||
|
||||
#include <driver/framebuffer_ng.h>
|
||||
#include <driver/fbaccel.h>
|
||||
|
||||
#include <stdio.h>
|
||||
#include <fcntl.h>
|
||||
@@ -1341,3 +1342,9 @@ bool CFrameBuffer::_checkFbArea(int _x, int _y, int _dx, int _dy, bool prev)
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
/* TODO: can we get rid of that? */
|
||||
void CFrameBuffer::mark(int x, int y, int dx, int dy)
|
||||
{
|
||||
accel->mark(x, y, dx, dy);
|
||||
};
|
||||
|
Reference in New Issue
Block a user