From 5e4fcb8a6036746ec1b500297fa55989a80094b4 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 22 Aug 2013 14:47:53 +0300 Subject: final SDL2 compilation fixes. now it can be compiled, but still not works. --- src/graphics.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/graphics.h') diff --git a/src/graphics.h b/src/graphics.h index 04234d415..a90e1d0e7 100644 --- a/src/graphics.h +++ b/src/graphics.h @@ -392,7 +392,10 @@ class Graphics : public gcn::Graphics bool videoInfo(); - SDL_Window* mWindow; + SDL_Window *mWindow; +#ifdef USE_SDL2 + SDL_Renderer *mRenderer; +#endif int mBpp; bool mAlpha; bool mFullscreen; -- cgit v1.2.3-70-g09d2