diff options
author | mathias <mathias> | 2005-09-16 05:58:26 (GMT) |
---|---|---|
committer | mathias <mathias> | 2005-09-16 05:58:26 (GMT) |
commit | 3a0d8391f84b7c5ebc28b75ab16e1092c1d06e43 (patch) | |
tree | 8b716eff9656207dea3e64f0c0d70625ae74b896 /ChangeLog | |
parent | 94acb4a27e758904a0d973129dfbdc9e686977f1 (diff) | |
download | fluxbox-3a0d8391f84b7c5ebc28b75ab16e1092c1d06e43.zip fluxbox-3a0d8391f84b7c5ebc28b75ab16e1092c1d06e43.tar.bz2 |
LeftMouseButton should always setInputFocus() to avoid focus problems
when changing the active window via NextWindow/PrevWindow and then
not beeing able to set the focus of the window underneath the mouse
with a simple click again (in MouseFocus - mode). Suggestion via
mail to devel-ml from Eike von Seggern
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.15: | 2 | Changes for 0.9.15: |
3 | * Click of LeftMouseButton should always setInputFocus (thanx Eike von Seggern) | ||
4 | solves problem with focus changes via key and then not beeing | ||
5 | able to focus the window underneath the mouse with a simple | ||
6 | click in MouseFocus mode | ||
7 | src/Window.cc | ||
3 | * Use fbsetroot in Default-Styles (Mathias) | 8 | * Use fbsetroot in Default-Styles (Mathias) |
4 | data/styles/* | 9 | data/styles/* |
5 | ------------------------------------------------------------- | 10 | ------------------------------------------------------------- |