diff options
author | Havoc Pennington <hp@pobox.com> | 2001-12-10 00:38:21 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2001-12-10 00:38:21 +0000 |
commit | 06a0c62f86fb4096023ce5ee22aa37861180763c (patch) | |
tree | 0bfc6d7ff7c32b6b1350f59207f413894eb52124 /ChangeLog | |
parent | 6981a8198bdce947fa2f43a28babe427e740282b (diff) | |
download | metacity-06a0c62f86fb4096023ce5ee22aa37861180763c.tar.gz metacity-06a0c62f86fb4096023ce5ee22aa37861180763c.tar.bz2 |
in click-to-focus mode don't focus on enter notify. Implement unfocusing
2001-12-09 Havoc Pennington <hp@pobox.com>
* src/display.c (event_callback): in click-to-focus mode don't
focus on enter notify. Implement unfocusing on LeaveNotify in
mouse focus mode. Click to focus just ends up working if we
do nothing on enter/leave, because of the way things already
worked. Except I need to add some relatively complex hack to
allow clicking on client area, right now you have to click
on the frame.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ 2001-12-09 Havoc Pennington <hp@pobox.com> + * src/display.c (event_callback): in click-to-focus mode don't + focus on enter notify. Implement unfocusing on LeaveNotify in + mouse focus mode. Click to focus just ends up working if we + do nothing on enter/leave, because of the way things already + worked. Except I need to add some relatively complex hack to + allow clicking on client area, right now you have to click + on the frame. + +2001-12-09 Havoc Pennington <hp@pobox.com> + * src/main.c (main): move SM init a bit later in the process, and init prefs |