aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/xsurface.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/xeen/xsurface.h')
-rw-r--r--engines/xeen/xsurface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/xeen/xsurface.h b/engines/xeen/xsurface.h
index 299cc51f1d..f562112e5c 100644
--- a/engines/xeen/xsurface.h
+++ b/engines/xeen/xsurface.h
@@ -37,10 +37,10 @@ public:
virtual void addDirtyRect(const Common::Rect &r) {}
public:
XSurface();
- XSurface(int w, int h);
+ XSurface(int width, int height);
virtual ~XSurface();
- void create(uint16 w_, uint16 h_);
+ void create(uint16 width, uint16 height);
void create(XSurface *s, const Common::Rect &bounds);