framebuffer: start cleanup / refactoring

in order to not clash with upstream all the time, copy the files
over to framebuffer_ng.{cpp,h} and include this from old include file.


Origin commit data
------------------
Commit: 21e27d463f
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-01-05 (Sat, 05 Jan 2013)
This commit is contained in:
Stefan Seyfried
2013-01-05 14:37:40 +01:00
parent 398f17e65a
commit 108eb8ac26
4 changed files with 2341 additions and 1 deletions

View File

@@ -23,6 +23,8 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#include "framebuffer_ng.h"
#if 0
#ifndef __framebuffer__
#define __framebuffer__
@@ -272,3 +274,4 @@ class CFrameBuffer
};
#endif
#endif