summaryrefslogtreecommitdiff
path: root/src/video/sdl_v.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/video/sdl_v.h')
-rw-r--r--src/video/sdl_v.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/video/sdl_v.h b/src/video/sdl_v.h
index e4df2a30a..6c69d68d8 100644
--- a/src/video/sdl_v.h
+++ b/src/video/sdl_v.h
@@ -34,6 +34,9 @@ public:
/* virtual */ bool ClaimMousePointer();
/* virtual */ const char *GetName() const { return "sdl"; }
+private:
+ int PollEvent();
+ bool CreateMainSurface(uint w, uint h);
};
/** Factory for the SDL video driver. */