diff options
author | simonb <simonb> | 2005-06-19 15:40:43 (GMT) |
---|---|---|
committer | simonb <simonb> | 2005-06-19 15:40:43 (GMT) |
commit | c912f7a32aae713f24ab32464cd1f443043ad59f (patch) | |
tree | e1e02c8eb0d5d088fc5711a368d5faadbe91534d /ChangeLog | |
parent | 3fd472679d5a885105a2d810cf6aa36c6f9dbf67 (diff) | |
download | fluxbox-c912f7a32aae713f24ab32464cd1f443043ad59f.zip fluxbox-c912f7a32aae713f24ab32464cd1f443043ad59f.tar.bz2 |
fix handling of shaded and iconic windows, particularly on restart
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,9 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.14: | 2 | Changes for 0.9.14: |
3 | *05/06/19: | 3 | *05/06/19: |
4 | * Fix shaded + iconic windows + restart (Simon) | ||
5 | - use ATTRIB_HIDDEN, can't use IconicState | ||
6 | Window.cc | ||
4 | * Revert shaded window fix. Wrong approach and caused crashes (Simon) | 7 | * Revert shaded window fix. Wrong approach and caused crashes (Simon) |
5 | Window.cc | 8 | Window.cc |
6 | * Change FbWinFrame to use a Container (Simon) | 9 | * Change FbWinFrame to use a Container (Simon) |