diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2007-12-23 21:33:10 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2007-12-23 21:33:10 (GMT) |
commit | fbc305ca80e352240b32b833e8388fb9aa99fa72 (patch) | |
tree | ea1c7d2f66b8ede4209f7299a228f36f98086393 /src/FocusControl.cc | |
parent | 1b48b749b9a376c883ff4cc2ca3e807ac85cf21f (diff) | |
download | fluxbox_pavel-fbc305ca80e352240b32b833e8388fb9aa99fa72.zip fluxbox_pavel-fbc305ca80e352240b32b833e8388fb9aa99fa72.tar.bz2 |
added focused/unfocused borders to styles
Diffstat (limited to 'src/FocusControl.cc')
-rw-r--r-- | src/FocusControl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FocusControl.cc b/src/FocusControl.cc index ae5b5e3..426c026 100644 --- a/src/FocusControl.cc +++ b/src/FocusControl.cc | |||
@@ -306,7 +306,7 @@ void FocusControl::dirFocus(FluxboxWindow &win, FocusDir dir) { | |||
306 | 306 | ||
307 | FluxboxWindow *foundwin = 0; | 307 | FluxboxWindow *foundwin = 0; |
308 | int weight = 999999, exposure = 0; // extreme values | 308 | int weight = 999999, exposure = 0; // extreme values |
309 | int borderW = m_screen.winFrameTheme().border().width(), | 309 | int borderW = win.frame().window().borderWidth(), |
310 | top = win.y() + borderW, | 310 | top = win.y() + borderW, |
311 | bottom = win.y() + win.height() + borderW, | 311 | bottom = win.y() + win.height() + borderW, |
312 | left = win.x() + borderW, | 312 | left = win.x() + borderW, |