diff options
author | simonb <simonb> | 2006-12-31 14:10:55 (GMT) |
---|---|---|
committer | simonb <simonb> | 2006-12-31 14:10:55 (GMT) |
commit | b3a94f59d8bb301fa38a65317da7bb81733de933 (patch) | |
tree | 037c03b07937d20c89345a93bdbbd6afc46f45db /ChangeLog | |
parent | 7a9fcd66fd09f138485accb12f0bd71c81efd959 (diff) | |
download | fluxbox_pavel-b3a94f59d8bb301fa38a65317da7bb81733de933.zip fluxbox_pavel-b3a94f59d8bb301fa38a65317da7bb81733de933.tar.bz2 |
Fix _NET_FRAME_EXTENTS on 64-bit systems
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 1.0rc3: | 2 | Changes for 1.0rc3: |
3 | *07/01/01: | ||
4 | * Happy New Year! | ||
5 | * Fix data type of data passed to set _NET_FRAME_EXTENTS (Simon) | ||
6 | (sf.net #1621980) | ||
7 | Similar fix for gnome current workspace... remember that XA_CARDINAL | ||
8 | "32-bit" type is actually a "long array" argument (=64bit on 64 systems) | ||
9 | Ewmh.cc Gnome.cc | ||
3 | *06/12/28: | 10 | *06/12/28: |
4 | * Don't add 2 pixels to a specified toolbar height, bug #1528646 (Mark) | 11 | * Don't add 2 pixels to a specified toolbar height, bug #1528646 (Mark) |
5 | Toolbar.cc | 12 | Toolbar.cc |