diff options
author | markt <markt> | 2006-07-20 03:25:28 (GMT) |
---|---|---|
committer | markt <markt> | 2006-07-20 03:25:28 (GMT) |
commit | f4d1af12083863f1aa63c88e3eb55a9317758fc1 (patch) | |
tree | 77bc2a47dd8f7d2df24afeae506452ab535746ae /src/Screen.hh | |
parent | a736f12ac58ec8e60b01ee38dc244b6850d87e21 (diff) | |
download | fluxbox-f4d1af12083863f1aa63c88e3eb55a9317758fc1.zip fluxbox-f4d1af12083863f1aa63c88e3eb55a9317758fc1.tar.bz2 |
keep tabs in same order on restart (except some extremely unlikely cases)
Diffstat (limited to 'src/Screen.hh')
-rw-r--r-- | src/Screen.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Screen.hh b/src/Screen.hh index 0a96df2..0a1eaf8 100644 --- a/src/Screen.hh +++ b/src/Screen.hh | |||
@@ -327,8 +327,8 @@ public: | |||
327 | // grouping - we want ordering, so we can either search for a | 327 | // grouping - we want ordering, so we can either search for a |
328 | // group to the left, or to the right (they'll be different if | 328 | // group to the left, or to the right (they'll be different if |
329 | // they exist). | 329 | // they exist). |
330 | FluxboxWindow *findGroupLeft(WinClient &winclient); | 330 | WinClient *findGroupLeft(WinClient &winclient); |
331 | FluxboxWindow *findGroupRight(WinClient &winclient); | 331 | WinClient *findGroupRight(WinClient &winclient); |
332 | 332 | ||
333 | // notify netizens | 333 | // notify netizens |
334 | void updateNetizenCurrentWorkspace(); | 334 | void updateNetizenCurrentWorkspace(); |