diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-09-23 03:33:47 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-09-23 03:33:47 +0300 |
commit | 48f2996ccc789d740edc4b425a3e00f378a9095a (patch) | |
tree | 8117023506896ffbe204eeb61b8cdafaa0463f8e /src/gui/widgets/window.h | |
parent | 8040656ae1d1dea330754d4595b2737b7eb7959a (diff) | |
download | plus-48f2996ccc789d740edc4b425a3e00f378a9095a.tar.gz plus-48f2996ccc789d740edc4b425a3e00f378a9095a.tar.bz2 plus-48f2996ccc789d740edc4b425a3e00f378a9095a.tar.xz plus-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.h | 4 |
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. */ |