summaryrefslogtreecommitdiff
path: root/src/gui/widgets/window.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-09-23 03:33:47 +0300
committerAndrei Karas <akaras@inbox.ru>2012-09-23 03:33:47 +0300
commit48f2996ccc789d740edc4b425a3e00f378a9095a (patch)
tree8117023506896ffbe204eeb61b8cdafaa0463f8e /src/gui/widgets/window.h
parent8040656ae1d1dea330754d4595b2737b7eb7959a (diff)
downloadManaVerse-48f2996ccc789d740edc4b425a3e00f378a9095a.tar.gz
ManaVerse-48f2996ccc789d740edc4b425a3e00f378a9095a.tar.bz2
ManaVerse-48f2996ccc789d740edc4b425a3e00f378a9095a.tar.xz
ManaVerse-48f2996ccc789d740edc4b425a3e00f378a9095a.zip
Restore mouse cursor if window set visible and have mouse over.
Diffstat (limited to 'src/gui/widgets/window.h')
-rw-r--r--src/gui/widgets/window.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/widgets/window.h b/src/gui/widgets/window.h
index 7ffa1eb2d..c8b8fb080 100644
--- a/src/gui/widgets/window.h
+++ b/src/gui/widgets/window.h
@@ -273,6 +273,10 @@ class Window : public gcn::Window, private gcn::WidgetListener
*/
void mouseExited(gcn::MouseEvent &event) override;
+ void mouseEntered(gcn::MouseEvent &event) override;
+
+ void updateResizeHandler(gcn::MouseEvent &event);
+
/**
* Sets the name of the window. This is not the window title.
*/