diff options
author | rathnor <rathnor> | 2003-07-28 15:06:36 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2003-07-28 15:06:36 (GMT) |
commit | d353b688dec41daddeec9696586a4519f58cce45 (patch) | |
tree | 322a29e0e31cb15a7725047c10144c4ab3d5e130 /src/Workspace.cc | |
parent | f9bb208da8e8926281c91f3e386ec1de48f700a2 (diff) | |
download | fluxbox-d353b688dec41daddeec9696586a4519f58cce45.zip fluxbox-d353b688dec41daddeec9696586a4519f58cce45.tar.bz2 |
update many things to use WinClient instead of FluxboxWindow
Diffstat (limited to 'src/Workspace.cc')
-rw-r--r-- | src/Workspace.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Workspace.cc b/src/Workspace.cc index 6b59a59..cf8177e 100644 --- a/src/Workspace.cc +++ b/src/Workspace.cc | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: Workspace.cc,v 1.77 2003/07/25 10:03:55 rathnor Exp $ | 25 | // $Id: Workspace.cc,v 1.78 2003/07/28 15:06:35 rathnor Exp $ |
26 | 26 | ||
27 | #include "Workspace.hh" | 27 | #include "Workspace.hh" |
28 | 28 | ||
@@ -276,7 +276,7 @@ void Workspace::reconfigure() { | |||
276 | Windows::iterator it = m_windowlist.begin(); | 276 | Windows::iterator it = m_windowlist.begin(); |
277 | Windows::iterator it_end = m_windowlist.end(); | 277 | Windows::iterator it_end = m_windowlist.end(); |
278 | for (; it != it_end; ++it) { | 278 | for (; it != it_end; ++it) { |
279 | if ((*it)->validateClient()) | 279 | if ((*it)->winClient().validateClient()) |
280 | (*it)->reconfigure(); | 280 | (*it)->reconfigure(); |
281 | } | 281 | } |
282 | } | 282 | } |