aboutsummaryrefslogtreecommitdiff
path: root/src/Workspace.hh
diff options
context:
space:
mode:
authormarkt <markt>2007-10-24 17:09:26 (GMT)
committermarkt <markt>2007-10-24 17:09:26 (GMT)
commitf3afe787c1209cf1357493924a4f7eb7864def54 (patch)
treed0c0c3eca154ab538fbc1fb3c62081e9250c05bd /src/Workspace.hh
parent74eb584a312aba21b21eccb6c49ade1571aa3740 (diff)
downloadfluxbox-f3afe787c1209cf1357493924a4f7eb7864def54.zip
fluxbox-f3afe787c1209cf1357493924a4f7eb7864def54.tar.bz2
introduced workspacename for ClientPattern, and some miscellaneous cleanup
Diffstat (limited to 'src/Workspace.hh')
-rw-r--r--src/Workspace.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Workspace.hh b/src/Workspace.hh
index 3f865ed..a834174 100644
--- a/src/Workspace.hh
+++ b/src/Workspace.hh
@@ -57,7 +57,7 @@ public:
57 void shutdown(); 57 void shutdown();
58 58
59 /// Add @a win to this workspace, placing it if @a place is true 59 /// Add @a win to this workspace, placing it if @a place is true
60 void addWindow(FluxboxWindow &win, bool place = false); 60 void addWindow(FluxboxWindow &win);
61 int removeWindow(FluxboxWindow *win, bool still_alive); 61 int removeWindow(FluxboxWindow *win, bool still_alive);
62 void updateClientmenu(); 62 void updateClientmenu();
63 63