diff options
author | Erkin Bahceci <erkinbah@gmail.com> | 2009-07-24 00:18:42 -0500 |
---|---|---|
committer | Erkin Bahceci <erkinbah@gmail.com> | 2009-07-24 00:18:42 -0500 |
commit | 38f6d2a64a3aaf335a49005a2b8aae2a8b028593 (patch) | |
tree | 4a48fe43b06b872e155ceea0ef60933e4ee83ea5 /src | |
parent | 930c9a1fe05c4598baf93250e9ec8bd8dd9df7ce (diff) | |
download | zcomp-38f6d2a64a3aaf335a49005a2b8aae2a8b028593.tar.gz zcomp-38f6d2a64a3aaf335a49005a2b8aae2a8b028593.tar.bz2 |
Fix long standing typo.
Diffstat (limited to 'src')
-rw-r--r-- | src/screen.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/screen.cpp b/src/screen.cpp index 8027bbd..67cb460 100644 --- a/src/screen.cpp +++ b/src/screen.cpp @@ -3092,8 +3092,8 @@ compareMappingOrder (const CompWindow *w1, void PrivateScreen::updateClientList () { - bool updateClientList = true; - bool updateClientListStacking = true; + bool updateClientList = false; + bool updateClientListStacking = false; int n = 0; screen->forEachWindow (boost::bind (countClientListWindow, _1, &n)); |