summaryrefslogtreecommitdiff
path: root/src/gui/gui.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-02-01 00:55:40 +0200
committerAndrei Karas <akaras@inbox.ru>2011-02-01 00:55:40 +0200
commitba1c188f7a1850761eb7d63fbaaeece6dfb2a256 (patch)
tree3a17e441504ebc5ad27d3851d9784acf966dd935 /src/gui/gui.h
parenta37fd9c2a8340f3b861f9d9d74d0e940b1df102c (diff)
downloadplus-ba1c188f7a1850761eb7d63fbaaeece6dfb2a256.tar.gz
plus-ba1c188f7a1850761eb7d63fbaaeece6dfb2a256.tar.bz2
plus-ba1c188f7a1850761eb7d63fbaaeece6dfb2a256.tar.xz
plus-ba1c188f7a1850761eb7d63fbaaeece6dfb2a256.zip
Possible guichan mouseevent bug fix.
Diffstat (limited to 'src/gui/gui.h')
-rw-r--r--src/gui/gui.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/gui.h b/src/gui/gui.h
index b4ddfc299..5daa90232 100644
--- a/src/gui/gui.h
+++ b/src/gui/gui.h
@@ -125,6 +125,10 @@ class Gui : public gcn::Gui
protected:
void handleMouseMoved(const gcn::MouseInput &mouseInput);
+ void distributeMouseEvent(gcn::Widget* source, int type, int button,
+ int x, int y, bool force = false,
+ bool toSourceOnly = false);
+
private:
GuiConfigListener *mConfigListener;
gcn::Font *mGuiFont; /**< The global GUI font */