diff options
author | jmarshallnz <jmarshallnz@svn> | 2010-03-25 02:02:06 +0000 |
---|---|---|
committer | jmarshallnz <jmarshallnz@svn> | 2010-03-25 02:02:06 +0000 |
commit | 44a3d70de84e60ed25c6c15258d01324cfe3377d (patch) | |
tree | 886ea6798d7009593f531208d746098488923a51 /guilib/GUIMoverControl.h | |
parent | 002fb7812778df0dc924f5159236a19a052661cf (diff) |
changed: Make On/SendMouseEvent() return an enum rather than true/false.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28796 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'guilib/GUIMoverControl.h')
-rw-r--r-- | guilib/GUIMoverControl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guilib/GUIMoverControl.h b/guilib/GUIMoverControl.h index 562304c236..b8424ad3a5 100644 --- a/guilib/GUIMoverControl.h +++ b/guilib/GUIMoverControl.h @@ -77,7 +77,7 @@ public: int GetYLocation() const { return m_iLocationY;}; protected: - virtual bool OnMouseEvent(const CPoint &point, const CMouseEvent &event); + virtual EVENT_RESULT OnMouseEvent(const CPoint &point, const CMouseEvent &event); virtual void UpdateColors(); void SetAlpha(unsigned char alpha); void UpdateSpeed(int nDirection); |