summaryrefslogtreecommitdiff
path: root/src/gui/widgets/desktop.h
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <bjorn@lindeijer.nl>2009-08-06 21:26:54 +0200
committerThorbjørn Lindeijer <bjorn@lindeijer.nl>2009-08-06 21:28:05 +0200
commit5f35db151850a9ac318743bccfeb20711af5de8d (patch)
tree596b5b9cbf934a594ec4785d7afcab04259911e6 /src/gui/widgets/desktop.h
parent1bb0f3699b269e0064bb4397ff4d1ddc6b38c1fa (diff)
downloadmana-client-5f35db151850a9ac318743bccfeb20711af5de8d.tar.gz
mana-client-5f35db151850a9ac318743bccfeb20711af5de8d.tar.bz2
mana-client-5f35db151850a9ac318743bccfeb20711af5de8d.tar.xz
mana-client-5f35db151850a9ac318743bccfeb20711af5de8d.zip
Use fillRectangle instead of tiling a colored image
Diffstat (limited to 'src/gui/widgets/desktop.h')
-rw-r--r--src/gui/widgets/desktop.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/gui/widgets/desktop.h b/src/gui/widgets/desktop.h
index 267acead..da623bbd 100644
--- a/src/gui/widgets/desktop.h
+++ b/src/gui/widgets/desktop.h
@@ -24,6 +24,8 @@
#include "gui/widgets/container.h"
+#include "guichanfwd.h"
+
#include <guichan/widgetlistener.hpp>
class Image;
@@ -59,8 +61,8 @@ class Desktop : public Container, gcn::WidgetListener
private:
void setBestFittingWallpaper();
- Image *mWallpaper, *mVersionBorder;
- gcn::Rectangle mVersionRectangle;
+ Image *mWallpaper;
+ gcn::Label *mVersionLabel;
};
#endif // DESKTOP_H