From 888c0bac90d4932d00dd7f7447ea52117aff6de0 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 2 Jul 2002 14:57:02 +0000 Subject: backing out all changes to make mouse button mapping's configurable --- src/Workspace.cc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/Workspace.cc') diff --git a/src/Workspace.cc b/src/Workspace.cc index 2aaf80ee..60efba1e 100644 --- a/src/Workspace.cc +++ b/src/Workspace.cc @@ -320,6 +320,12 @@ void Workspace::reconfigure(void) { } +void Workspace::updateFocusModel(void) { + std::for_each(windowList.begin(), windowList.end(), + std::mem_fun(&BlackboxWindow::updateFocusModel)); +} + + BlackboxWindow *Workspace::getWindow(unsigned int index) { if (index < windowList.size()) { BlackboxWindowList::iterator it = windowList.begin(); -- cgit v1.2.3