diff options
Diffstat (limited to 'src/gui/window.h')
-rw-r--r-- | src/gui/window.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/gui/window.h b/src/gui/window.h index 3bb41a95..9380fc88 100644 --- a/src/gui/window.h +++ b/src/gui/window.h @@ -26,12 +26,11 @@ #include <guichan/widgets/window.hpp> +#include "../graphics.h" #include "../guichanfwd.h" class ConfigListener; class GCContainer; -class Image; -class ImageRect; class ResizeGrip; class WindowContainer; @@ -291,7 +290,7 @@ class Window : public gcn::Window, gcn::WidgetListener static int mouseResize; /**< Active resize handles */ static int instances; /**< Number of Window instances */ - static ImageRect border; /**< The window border and background */ + ImageRect border; /**< The window border and background */ static Image *closeImage; /**< Close Button Image */ /** |