diff options
author | fluxgen <fluxgen> | 2003-10-13 23:51:04 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-10-13 23:51:04 (GMT) |
commit | 89e769e4bffab01397a0fb943e7cedc1d2aad00c (patch) | |
tree | eb867c83e1bc7e0a9c41b5c1a7800aa326ef7aa5 /src/ArrowButton.cc | |
parent | a0604948fe6272ce23040285137f4a6d456612be (diff) | |
download | fluxbox_pavel-89e769e4bffab01397a0fb943e7cedc1d2aad00c.zip fluxbox_pavel-89e769e4bffab01397a0fb943e7cedc1d2aad00c.tar.bz2 |
minor fixes
Diffstat (limited to 'src/ArrowButton.cc')
-rw-r--r-- | src/ArrowButton.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ArrowButton.cc b/src/ArrowButton.cc index 96f2142..18dc6c6 100644 --- a/src/ArrowButton.cc +++ b/src/ArrowButton.cc | |||
@@ -19,12 +19,12 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: ArrowButton.cc,v 1.4 2003/08/13 09:38:09 fluxgen Exp $ | 22 | // $Id: ArrowButton.cc,v 1.5 2003/10/13 23:51:04 fluxgen Exp $ |
23 | 23 | ||
24 | #include "ArrowButton.hh" | 24 | #include "ArrowButton.hh" |
25 | 25 | ||
26 | ArrowButton::ArrowButton(ArrowButton::Type arrow_type, | 26 | ArrowButton::ArrowButton(ArrowButton::Type arrow_type, |
27 | FbTk::FbWindow &parent, | 27 | const FbTk::FbWindow &parent, |
28 | int x, int y, | 28 | int x, int y, |
29 | unsigned int width, unsigned int height): | 29 | unsigned int width, unsigned int height): |
30 | FbTk::Button(parent, x, y, width, height), | 30 | FbTk::Button(parent, x, y, width, height), |