diff options
author | rathnor <rathnor> | 2003-09-11 21:30:20 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2003-09-11 21:30:20 (GMT) |
commit | da503e92475cd542f7b454d0f85ae1e3bf585604 (patch) | |
tree | fd7d6932f51e41d3b851b70adc289a7b22b5dd3f /ChangeLog | |
parent | 4b035f1d070582717620355895c9ce9967cbe8e4 (diff) | |
download | fluxbox_lack-da503e92475cd542f7b454d0f85ae1e3bf585604.zip fluxbox_lack-da503e92475cd542f7b454d0f85ae1e3bf585604.tar.bz2 |
fix problems relating to windows reparenting themselves.
Fixes vncviewer switch to fullscreen. Maybe mplayer fullscreen issue
too?
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,6 +1,10 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.6: | 2 | Changes for 0.9.6: |
3 | *03/09/12: | 3 | *03/09/12: |
4 | * Fix a couple of issues related to windows reparenting themselves | ||
5 | to escape the WM. Hopefully fixes mplayer/vncviewer fullscreen | ||
6 | problems. (Simon) | ||
7 | fluxbox.cc Window.cc | ||
4 | * Fix window gravity handling (Simon) | 8 | * Fix window gravity handling (Simon) |
5 | - should fix some offset fullscreen issues | 9 | - should fix some offset fullscreen issues |
6 | FbWinFrame.hh/cc WinClient.hh/cc Window.cc | 10 | FbWinFrame.hh/cc WinClient.hh/cc Window.cc |