Mercurial > fife-parpg
comparison engine/core/video/video.i @ 633:46b95d06c8c2
* Renamed RenderBackend::isClearNeeded() to RenderBackend::setClearScreen(). It is no longer pure virtual. Also documented it's functionality.
author | prock@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Wed, 06 Oct 2010 14:09:24 +0000 |
parents | f3457443c95f |
children | 5f381fa34769 |
comparison
equal
deleted
inserted
replaced
632:a7909cdcdc85 | 633:46b95d06c8c2 |
---|---|
170 void saveImage(const std::string& filename); | 170 void saveImage(const std::string& filename); |
171 void setColorKeyEnabled(bool colorkeyenable); | 171 void setColorKeyEnabled(bool colorkeyenable); |
172 bool isColorKeyEnabled() const; | 172 bool isColorKeyEnabled() const; |
173 void setColorKey(const SDL_Color& colorkey); | 173 void setColorKey(const SDL_Color& colorkey); |
174 const SDL_Color& getColorKey() const; | 174 const SDL_Color& getColorKey() const; |
175 void isClearNeeded(bool clear); | 175 void setClearScreen(bool clear); |
176 }; | 176 }; |
177 | 177 |
178 enum MouseCursorType { | 178 enum MouseCursorType { |
179 CURSOR_NONE, | 179 CURSOR_NONE, |
180 CURSOR_NATIVE, | 180 CURSOR_NATIVE, |