From e563d0c18203e4ca4d5a585eb98365fef513ca4a Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Thu, 18 May 2006 13:58:33 +0000 Subject: Renamed screenChanged() to handleScreenChanged(). svn-id: r22518 --- graphics/animation.cpp | 2 +- graphics/animation.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics') diff --git a/graphics/animation.cpp b/graphics/animation.cpp index dcf39609f4..801d0c8134 100644 --- a/graphics/animation.cpp +++ b/graphics/animation.cpp @@ -255,7 +255,7 @@ bool BaseAnimationState::checkPaletteSwitch() { return false; } -void BaseAnimationState::screenChanged() { +void BaseAnimationState::handleScreenChanged() { #ifndef BACKEND_8BIT const int screenW = _sys->getOverlayWidth(); const int screenH = _sys->getOverlayHeight(); diff --git a/graphics/animation.h b/graphics/animation.h index aa36369974..1ee6a12879 100644 --- a/graphics/animation.h +++ b/graphics/animation.h @@ -133,7 +133,7 @@ public: bool init(const char *name, void *audioArg = NULL); bool decodeFrame(); - void screenChanged(); + void handleScreenChanged(); void updateScreen(); #ifndef BACKEND_8BIT -- cgit v1.2.3