diff options
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(); |