summaryrefslogtreecommitdiff
path: root/src/Window.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-05-14 19:28:34 +0000
committerDana Jansens <danakj@orodu.net>2002-05-14 19:28:34 +0000
commit1b1efab489353734f0047f97fe5fef7f96d0ee68 (patch)
treec5aef6771f1634f9fe0add5d8f07c71b9358be9d /src/Window.h
parentf00ed578baacb73a36227fed1419e9d451ee7bb0 (diff)
compile with -Wall -W -pendantic when --enable-debug is set.
Diffstat (limited to 'src/Window.h')
-rw-r--r--src/Window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Window.h b/src/Window.h
index 3c9fa867..b91a41fd 100644
--- a/src/Window.h
+++ b/src/Window.h
@@ -220,7 +220,7 @@ protected:
void associateClientWindow();
void decorate();
void decorateLabel();
- void positionButtons(Bool redecorate_label = False);
+ void positionButtons();
void positionWindows();
void createCloseButton();
void createIconifyButton();