(svn r24992) -Codechange: [SDL] Make CreateMainSurface and PollEvent private methods instead of static functions.
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user