src/driver/framebuffer.cpp: fix fb for Threads use

Origin commit data
------------------
Branch: ni/coolstream
Commit: 3bbaddec39
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2013-01-02 (Wed, 02 Jan 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2013-01-02 15:55:19 +01:00
parent 2ec21fc90f
commit 9ec9ae527b
2 changed files with 11 additions and 1 deletions

View File

@@ -32,6 +32,8 @@
#include <string>
#include <map>
#include <OpenThreads/Mutex>
#include <OpenThreads/ScopedLock>
#define fb_pixel_t uint32_t
@@ -57,6 +59,7 @@ class CFrameBuffer
private:
CFrameBuffer();
OpenThreads::Mutex mutex;
struct rgbData
{