diff options
Diffstat (limited to 'src/gui/ministatuswindow.h')
-rw-r--r-- | src/gui/ministatuswindow.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/ministatuswindow.h b/src/gui/ministatuswindow.h index 58eabcf56..fe372c97d 100644 --- a/src/gui/ministatuswindow.h +++ b/src/gui/ministatuswindow.h @@ -85,6 +85,8 @@ class MiniStatusWindow final : public Popup, std::vector <ProgressBar*> &getBars() { return mBars; } + gcn::Rectangle getChildrenArea(); + private: bool isInBar(ProgressBar *bar, int x, int y) const; |