aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/support/screen_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/support/screen_manager.h')
-rw-r--r--engines/titanic/support/screen_manager.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/titanic/support/screen_manager.h b/engines/titanic/support/screen_manager.h
index f88928af8b..0da8e0daf3 100644
--- a/engines/titanic/support/screen_manager.h
+++ b/engines/titanic/support/screen_manager.h
@@ -185,12 +185,12 @@ public:
/**
* Resize the passed surface
*/
- virtual void resizeSurface(CVideoSurface *surface, int width, int height) = 0;
+ virtual void resizeSurface(CVideoSurface *surface, int width, int height, int bpp) = 0;
/**
* Creates a surface of a given size
*/
- virtual CVideoSurface *createSurface(int w, int h) = 0;
+ virtual CVideoSurface *createSurface(int w, int h, int bpp) = 0;
/**
* Creates a surface from a specified resource
@@ -367,12 +367,12 @@ public:
/**
* Resize the passed surface
*/
- virtual void resizeSurface(CVideoSurface *surface, int width, int height);
+ virtual void resizeSurface(CVideoSurface *surface, int width, int height, int bpp);
/**
* Creates a surface of a given size
*/
- virtual CVideoSurface *createSurface(int w, int h);
+ virtual CVideoSurface *createSurface(int w, int h, int bpp);
/**
* Creates a surface from a specified resource