aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/graphics/transparent_surface.h
diff options
context:
space:
mode:
authorEinar Johan Trøan Sømåen2013-08-05 03:25:22 +0200
committerEinar Johan Trøan Sømåen2013-08-05 03:25:22 +0200
commita932e51b14b0bee5d79988587b3e5161efcb812a (patch)
treeb80b7affd9eae68a7f5d65cc8890bfae5b028d5d /engines/wintermute/graphics/transparent_surface.h
parent71a1d18b0cffccf8f871b0ea77bc8ba239cb10cc (diff)
downloadscummvm-rg350-a932e51b14b0bee5d79988587b3e5161efcb812a.tar.gz
scummvm-rg350-a932e51b14b0bee5d79988587b3e5161efcb812a.tar.bz2
scummvm-rg350-a932e51b14b0bee5d79988587b3e5161efcb812a.zip
WINTERMUTE: Fix formatting.
Diffstat (limited to 'engines/wintermute/graphics/transparent_surface.h')
-rw-r--r--engines/wintermute/graphics/transparent_surface.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/wintermute/graphics/transparent_surface.h b/engines/wintermute/graphics/transparent_surface.h
index f2a0c1852a..9d06f3e006 100644
--- a/engines/wintermute/graphics/transparent_surface.h
+++ b/engines/wintermute/graphics/transparent_surface.h
@@ -112,12 +112,12 @@ struct TransparentSurface : public Graphics::Surface {
int width = -1, int height = -1);
void applyColorKey(uint8 r, uint8 g, uint8 b, bool overwriteAlpha = false);
- TransparentSurface *scale (uint16 newWidth, uint16 newHeight) const;
- TransparentSurface *rotoscale (const TransformStruct &transform) const;
+ TransparentSurface *scale(uint16 newWidth, uint16 newHeight) const;
+ TransparentSurface *rotoscale(const TransformStruct &transform) const;
static byte *_lookup;
static void destroyLookup();
private:
- static void doBlitAlpha(byte *ino, byte* outo, uint32 width, uint32 height, uint32 pitch, int32 inStep, int32 inoStep);
+ static void doBlitAlpha(byte *ino, byte *outo, uint32 width, uint32 height, uint32 pitch, int32 inStep, int32 inoStep);
static void generateLookup();
};