aboutsummaryrefslogtreecommitdiff
path: root/backends/wince/wince-sdl.h
diff options
context:
space:
mode:
authorNicolas Bacca2004-12-11 00:41:31 +0000
committerNicolas Bacca2004-12-11 00:41:31 +0000
commit744ea3161b57be8e1b2c1711e5e1670bee2372ff (patch)
tree195cae244d826b1263218229fee8c39fe5b4c7bd /backends/wince/wince-sdl.h
parentcdf2eb2eb79f59b5b0873402e07c281463b52b11 (diff)
downloadscummvm-rg350-744ea3161b57be8e1b2c1711e5e1670bee2372ff.tar.gz
scummvm-rg350-744ea3161b57be8e1b2c1711e5e1670bee2372ff.tar.bz2
scummvm-rg350-744ea3161b57be8e1b2c1711e5e1670bee2372ff.zip
Update with SDL backend changes, untested yet
svn-id: r16028
Diffstat (limited to 'backends/wince/wince-sdl.h')
-rw-r--r--backends/wince/wince-sdl.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/backends/wince/wince-sdl.h b/backends/wince/wince-sdl.h
index 5f2813295e..4496bbb755 100644
--- a/backends/wince/wince-sdl.h
+++ b/backends/wince/wince-sdl.h
@@ -48,11 +48,11 @@ public:
// Overloaded from SDL_Common (toolbar handling)
bool pollEvent(Event &event);
// Overloaded from SDL_Common (toolbar handling)
- void draw_mouse();
+ void drawMouse();
// Overloaded from SDL_Common (mouse and new scaler handling)
void fillMouseEvent(Event &event, int x, int y);
// Overloaded from SDL_Common (new scaler handling)
- void add_dirty_rect(int x, int y, int w, int h);
+ void addDirtyRect(int x, int y, int w, int h);
// Overloaded from SDL_Common (new scaler handling)
void warpMouse(int x, int y);
// Overloaded from SDL_Commmon
@@ -86,10 +86,10 @@ public:
static bool isOzone();
protected:
- void load_gfx_mode();
- void unload_gfx_mode();
- void hotswap_gfx_mode();
- bool save_screenshot(const char *filename);
+ void loadGFXMode();
+ void unloadGFXMode();
+ void hotswapGFXMode();
+ bool saveScreenshot(const char *filename);
const GraphicsMode *getSupportedGraphicsModes() const;