aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu/background_image.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/menu/background_image.cpp (renamed from src/menu/frame_background_image.cpp)8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/menu/frame_background_image.cpp b/src/menu/background_image.cpp
index 893d573c..c8d8642c 100644
--- a/src/menu/frame_background_image.cpp
+++ b/src/menu/background_image.cpp
@@ -24,11 +24,11 @@
* $Id$
*/
-#include "frame_background_image.hpp"
+#include "background_image.hpp"
namespace usdx
{
- FrameBackgroundImage::FrameBackgroundImage(boost::filesystem::wpath filename)
+ BackgroundImage::BackgroundImage(boost::filesystem::wpath filename)
{
texture = new Texture(filename);
@@ -68,12 +68,12 @@ namespace usdx
this->tex[7] = 0.0f;
}
- FrameBackgroundImage::~FrameBackgroundImage()
+ BackgroundImage::~BackgroundImage()
{
delete texture;
}
- void FrameBackgroundImage::draw(void)
+ void BackgroundImage::draw(void)
{
glClear(GL_COLOR_BUFFER_BIT);