mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
fbaccel: factor out private stuff into own header
Origin commit data
------------------
Branch: ni/coolstream
Commit: 5a462721cb
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-11-09 (Sat, 09 Nov 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
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