diff options
author | mathias <mathias> | 2005-04-27 21:18:41 (GMT) |
---|---|---|
committer | mathias <mathias> | 2005-04-27 21:18:41 (GMT) |
commit | f1c5abd17ffd572a7586d396622c2891881e5ca4 (patch) | |
tree | e4f8eaaf1f7f67ff657ff5de9ce989bd38216970 /ChangeLog | |
parent | c0f725806323e370d8eda922e680a0b17db17175 (diff) | |
download | fluxbox_pavel-f1c5abd17ffd572a7586d396622c2891881e5ca4.zip fluxbox_pavel-f1c5abd17ffd572a7586d396622c2891881e5ca4.tar.bz2 |
i added an attribute to FbWindow to mark windows which are only used as
"carrier" (maybe a temporarly name?) ... carriers dont need background-updates
.. ever.
this leads to a big performance"boost" over the last commits. before we
updated also the windows which are the hosts for the apps (m_window and
m_clientarea in FbWinFrame) -> bad idea.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.13 | 2 | Changes for 0.9.13 |
3 | *05/04/27: | 3 | *05/04/27: |
4 | * Fix some initialisation, plus setting background too much (Simon) | 4 | * Fix some initialisation, plus setting background too much (Simon + Mathias) |
5 | FbWindow.cc | 5 | FbTk/FbWindow.cc/hh FbWinFrame.cc |
6 | * Add some extremely basic handling for icon pixmaps that aren't | 6 | * Add some extremely basic handling for icon pixmaps that aren't |
7 | the same depth as the screen (treat all as 1-bit, easy to handle) | 7 | the same depth as the screen (treat all as 1-bit, easy to handle) |
8 | (Simon) | 8 | (Simon) |