summaryrefslogtreecommitdiff
path: root/src/graphicsmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphicsmanager.h')
-rw-r--r--src/graphicsmanager.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/graphicsmanager.h b/src/graphicsmanager.h
index 51c9a9efc..2373e598f 100644
--- a/src/graphicsmanager.h
+++ b/src/graphicsmanager.h
@@ -37,6 +37,7 @@
#include "localconsts.h"
class Graphics;
+class TestMain;
struct FBOInfo;
@@ -49,9 +50,9 @@ class GraphicsManager final
void initGraphics(bool noOpenGL);
- int startDetection();
+ TestMain *startDetection();
- bool detectGraphics();
+ int detectGraphics();
bool supportExtension(const std::string &ext);
@@ -83,6 +84,8 @@ class GraphicsManager final
void updateLimits();
+ void detectVideoSettings();
+
Graphics *createGraphics();
void createTextureSampler();