Revert "add changed files"

This reverts commit 7f2f83b16e.


Origin commit data
------------------
Branch: master
Commit: b6aeafc446
Author: max_10 <max_10@gmx.de>
Date: 2018-09-20 (Thu, 20 Sep 2018)



------------------
This commit was generated by Migit
This commit is contained in:
max_10
2018-09-20 17:45:07 +02:00
parent c36afa86ec
commit d45c3835a8
9 changed files with 18 additions and 20 deletions

View File

@@ -18,9 +18,8 @@
#ifndef __glthread__
#define __glthread__
#include "../common/thread_abstraction.h"
#include "../common/mutex_abstraction.h"
#include <OpenThreads/Thread>
#include <OpenThreads/Mutex>
#include <vector>
#include <map>
#include <GL/glew.h>
@@ -31,7 +30,7 @@ extern "C" {
#include <libavutil/rational.h>
}
class GLFramebuffer : public Thread
class GLFramebuffer : public OpenThreads::Thread
{
public:
GLFramebuffer(int x, int y);
@@ -67,7 +66,7 @@ private:
bool mFullscreen; /* fullscreen? */
bool mReInit; /* setup things for GL */
Mutex mReInitLock;
OpenThreads::Mutex mReInitLock;
bool mShutDown; /* if set main loop is left */
bool mInitDone; /* condition predicate */
// OpenThreads::Condition mInitCond; /* condition variable for init */