aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/qt_sdl/OSD.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/qt_sdl/OSD.h')
-rw-r--r--src/frontend/qt_sdl/OSD.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/frontend/qt_sdl/OSD.h b/src/frontend/qt_sdl/OSD.h
index d624fc6..907496f 100644
--- a/src/frontend/qt_sdl/OSD.h
+++ b/src/frontend/qt_sdl/OSD.h
@@ -22,14 +22,14 @@
namespace OSD
{
-bool Init(QOpenGLFunctions_3_2_Core* f);
-void DeInit(QOpenGLFunctions_3_2_Core* f);
+bool Init(bool openGL);
+void DeInit();
void AddMessage(u32 color, const char* text);
-void Update(QOpenGLFunctions_3_2_Core* f);
+void Update();
void DrawNative(QPainter& painter);
-void DrawGL(QOpenGLFunctions_3_2_Core* f, float w, float h);
+void DrawGL(float w, float h);
}