diff options
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 *); |