summaryrefslogtreecommitdiff
path: root/coreengine/viewelement.h
diff options
context:
space:
mode:
Diffstat (limited to 'coreengine/viewelement.h')
-rw-r--r--coreengine/viewelement.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/coreengine/viewelement.h b/coreengine/viewelement.h
index 90cb544..9341ddf 100644
--- a/coreengine/viewelement.h
+++ b/coreengine/viewelement.h
@@ -27,7 +27,6 @@ protected:
bool waitOnWakeup;
bool scrollingStarted;
bool startAnimation;
- bool viewAnimated;
cGlobals *globals;
cRect container;
cViewElementAttribs *attribs;
@@ -55,7 +54,6 @@ public:
bool Detached(void);
void SetContainer(int x, int y, int width, int height);
void SetAttributes(vector<stringpair> &attributes);
- void SetAnimatedView(void) { viewAnimated = true; };
void AddArea(cAreaNode *area);
void SetAreaX(int x);
void SetAreaY(int y);
@@ -88,8 +86,10 @@ public:
virtual void SetPosition(cPoint &position, cPoint &reference, bool force = false);
void SetStartShifting(void) { };
void SetEndShifting(void) { };
+ void RegisterAnimation(void);
+ void UnregisterAnimation(void);
cRect CoveredArea(void);
- void Flush(void);
+ void Flush(bool animFlush);
virtual bool Parse(bool forced = false);
cFunction *GetFunction(const char *name);
virtual void Debug(bool full = false);