From 744ea3161b57be8e1b2c1711e5e1670bee2372ff Mon Sep 17 00:00:00 2001 From: Nicolas Bacca Date: Sat, 11 Dec 2004 00:41:31 +0000 Subject: Update with SDL backend changes, untested yet svn-id: r16028 --- backends/wince/wince-sdl.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'backends/wince/wince-sdl.h') 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; -- cgit v1.2.3