diff options
author | simonb <simonb> | 2005-01-05 05:37:06 (GMT) |
---|---|---|
committer | simonb <simonb> | 2005-01-05 05:37:06 (GMT) |
commit | 83224b7f55c9fd1febb89171d311da95f323eae4 (patch) | |
tree | e96bf13c28e04cb0a5086bcaf997995211125890 /ChangeLog | |
parent | a6c1529a97585aea2392e6cc2ddcbd3b909aeff7 (diff) | |
download | fluxbox-83224b7f55c9fd1febb89171d311da95f323eae4.zip fluxbox-83224b7f55c9fd1febb89171d311da95f323eae4.tar.bz2 |
fix up window initialisation ordering
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,6 +1,11 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.12 | 2 | Changes for 0.9.12 |
3 | *05/01/05: | 3 | *05/01/05: |
4 | * Tidy up initialisation a bit better. Handlers can still use "action" | ||
5 | functions (e.g. stick()), but those functions should now check if | ||
6 | isInitialised and only set the state variables (not send signals | ||
7 | etc) if not. | ||
8 | Window.hh/cc Ewmh.cc | ||
4 | * Fix for BScreen::reassociateWindow (Mathias) | 9 | * Fix for BScreen::reassociateWindow (Mathias) |
5 | Simon's last changes made fluxbox crash when "Sticky" or "Workspace" | 10 | Simon's last changes made fluxbox crash when "Sticky" or "Workspace" |
6 | options in the apps-file where used. This fix also solves <Current> and | 11 | options in the apps-file where used. This fix also solves <Current> and |