diff options
author | rathnor <rathnor> | 2003-10-14 16:23:16 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2003-10-14 16:23:16 (GMT) |
commit | f89532c0cb3c8a5cc1a78bc11f1c6445edc2d826 (patch) | |
tree | b2b28146930af8749882d814b3e7b95d68881064 /ChangeLog | |
parent | c583251e18003d4ea2886cf227b96d351d7d32c5 (diff) | |
download | fluxbox-f89532c0cb3c8a5cc1a78bc11f1c6445edc2d826.zip fluxbox-f89532c0cb3c8a5cc1a78bc11f1c6445edc2d826.tar.bz2 |
fix identification of event targets in event manager
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.6: | 2 | Changes for 0.9.6: |
3 | *03/10/15: | ||
4 | * Fix event manager target window (Simon) | ||
5 | -> Some events don't have the main window as xany.window | ||
6 | (e.g. XConfigureRequestEvent has the parent there) | ||
7 | -> Fixes missing configurerequest events for e.g. galeon | ||
8 | EventManager.hh/cc fluxbox.cc | ||
3 | *03/10/14: | 9 | *03/10/14: |
4 | * Bug fix in NextWindow/PrevWindow Command (Henrik) | 10 | * Bug fix in NextWindow/PrevWindow Command (Henrik) |
5 | it was only executed when last event = keyevent | 11 | it was only executed when last event = keyevent |