diff options
author | fluxgen <fluxgen> | 2003-05-11 17:14:41 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-05-11 17:14:41 (GMT) |
commit | c188d1d39a57d9a16a220a0663024fcd919b0ad0 (patch) | |
tree | 54869068a6d3b55fcaa77d910687faa04554a581 /src/fluxbox.cc | |
parent | 7149b4dd5b403cdb7a84ca627496aeb997322abf (diff) | |
download | fluxbox-c188d1d39a57d9a16a220a0663024fcd919b0ad0.zip fluxbox-c188d1d39a57d9a16a220a0663024fcd919b0ad0.tar.bz2 |
minor cleaning
Diffstat (limited to 'src/fluxbox.cc')
-rw-r--r-- | src/fluxbox.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fluxbox.cc b/src/fluxbox.cc index b7727e8..9969593 100644 --- a/src/fluxbox.cc +++ b/src/fluxbox.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: fluxbox.cc,v 1.136 2003/05/11 15:24:09 fluxgen Exp $ | 25 | // $Id: fluxbox.cc,v 1.137 2003/05/11 17:11:59 fluxgen Exp $ |
26 | 26 | ||
27 | #include "fluxbox.hh" | 27 | #include "fluxbox.hh" |
28 | 28 | ||
@@ -1242,7 +1242,7 @@ void Fluxbox::handleKeyEvent(XKeyEvent &ke) { | |||
1242 | //!! just attach last window to focused window | 1242 | //!! just attach last window to focused window |
1243 | if (m_focused_window) { | 1243 | if (m_focused_window) { |
1244 | Workspace *space = keyscreen->getCurrentWorkspace(); | 1244 | Workspace *space = keyscreen->getCurrentWorkspace(); |
1245 | Workspace::Windows &wins = space->getWindowList(); | 1245 | Workspace::Windows &wins = space->windowList(); |
1246 | if (wins.size() == 1) | 1246 | if (wins.size() == 1) |
1247 | break; | 1247 | break; |
1248 | BScreen::FocusedWindows &fwins = keyscreen->getFocusedList(); | 1248 | BScreen::FocusedWindows &fwins = keyscreen->getFocusedList(); |