diff options
author | fluxgen <fluxgen> | 2002-02-16 11:28:16 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-02-16 11:28:16 (GMT) |
commit | b7e31755bee91133fe512040e9d1650a1e410048 (patch) | |
tree | 619fbf7ca869d686e5b133aebabd8bc062f8c429 /src/Workspace.hh | |
parent | 4842c8632f627182881c689e7f013f1388b9f391 (diff) | |
download | fluxbox_pavel-b7e31755bee91133fe512040e9d1650a1e410048.zip fluxbox_pavel-b7e31755bee91133fe512040e9d1650a1e410048.tar.bz2 |
Bool to bool
Diffstat (limited to 'src/Workspace.hh')
-rw-r--r-- | src/Workspace.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Workspace.hh b/src/Workspace.hh index 08c5ad9..0c76f0c 100644 --- a/src/Workspace.hh +++ b/src/Workspace.hh | |||
@@ -71,8 +71,8 @@ public: | |||
71 | 71 | ||
72 | FluxboxWindow *getWindow(int); | 72 | FluxboxWindow *getWindow(int); |
73 | 73 | ||
74 | Bool isCurrent(void); | 74 | bool isCurrent(void); |
75 | Bool isLastWindow(FluxboxWindow *); | 75 | bool isLastWindow(FluxboxWindow *); |
76 | 76 | ||
77 | const int addWindow(FluxboxWindow *, Bool = False); | 77 | const int addWindow(FluxboxWindow *, Bool = False); |
78 | const int removeWindow(FluxboxWindow *); | 78 | const int removeWindow(FluxboxWindow *); |