diff options
Diffstat (limited to 'src/Toolbar.hh')
-rw-r--r-- | src/Toolbar.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Toolbar.hh b/src/Toolbar.hh index d6e19db..a0aa440 100644 --- a/src/Toolbar.hh +++ b/src/Toolbar.hh | |||
@@ -130,6 +130,7 @@ public: | |||
130 | { return ((hidden) ? frame.x_hidden : frame.x); } | 130 | { return ((hidden) ? frame.x_hidden : frame.x); } |
131 | inline const int &getY(void) const | 131 | inline const int &getY(void) const |
132 | { return ((hidden) ? frame.y_hidden : frame.y); } | 132 | { return ((hidden) ? frame.y_hidden : frame.y); } |
133 | inline IconBar *getIconBar(void) { return iconbar; } | ||
133 | 134 | ||
134 | void buttonPressEvent(XButtonEvent *); | 135 | void buttonPressEvent(XButtonEvent *); |
135 | void buttonReleaseEvent(XButtonEvent *); | 136 | void buttonReleaseEvent(XButtonEvent *); |