diff options
Diffstat (limited to 'src/Screen.hh')
-rw-r--r-- | src/Screen.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Screen.hh b/src/Screen.hh index e048b27..39c32fb 100644 --- a/src/Screen.hh +++ b/src/Screen.hh | |||
@@ -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: Screen.hh,v 1.87 2003/04/26 14:47:40 fluxgen Exp $ | 25 | // $Id: Screen.hh,v 1.88 2003/04/27 14:36:04 rathnor Exp $ |
26 | 26 | ||
27 | #ifndef SCREEN_HH | 27 | #ifndef SCREEN_HH |
28 | #define SCREEN_HH | 28 | #define SCREEN_HH |
@@ -357,6 +357,7 @@ private: | |||
357 | // Screen global so it works for sticky windows too. | 357 | // Screen global so it works for sticky windows too. |
358 | FocusedWindows focused_list; | 358 | FocusedWindows focused_list; |
359 | FocusedWindows::iterator cycling_window; | 359 | FocusedWindows::iterator cycling_window; |
360 | WinClient *cycling_last; | ||
360 | 361 | ||
361 | std::auto_ptr<Slit> m_slit; | 362 | std::auto_ptr<Slit> m_slit; |
362 | 363 | ||