diff options
author | fluxgen <fluxgen> | 2002-01-04 21:21:43 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-01-04 21:21:43 (GMT) |
commit | bec0065e4a5a4d0c487bd47ec208b9d30a7b9399 (patch) | |
tree | 916d78b2c52f6f4241d7a50ece648e96d16e0ea9 /src/Toolbar.hh | |
parent | 502f1a959cf14691097d2fcdefc5afdcf8e706d5 (diff) | |
download | fluxbox-bec0065e4a5a4d0c487bd47ec208b9d30a7b9399.zip fluxbox-bec0065e4a5a4d0c487bd47ec208b9d30a7b9399.tar.bz2 |
pekdon patch
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 *); |