diff options
author | Matthias Clasen <mclasen@redhat.com> | 2006-10-08 05:07:55 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-10-08 05:07:55 +0000 |
commit | 07e7719441f5927bc3c482717fc53f8529186e3a (patch) | |
tree | 4baea8ab1c47987dc80120c67cb16be141a16b8d /docs/focus_tracking.txt | |
parent | e4581869b4a93ab882439673159a8f77b2396e57 (diff) | |
download | gtk+-07e7719441f5927bc3c482717fc53f8529186e3a.tar.gz |
Apply a cleanup patch by Kjartan Maraas (#341812)
2006-10-08 Matthias Clasen <mclasen@redhat.com>
* Apply a cleanup patch by Kjartan Maraas (#341812)
Diffstat (limited to 'docs/focus_tracking.txt')
-rw-r--r-- | docs/focus_tracking.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/focus_tracking.txt b/docs/focus_tracking.txt index c0fcf08a4f..f3576c180c 100644 --- a/docs/focus_tracking.txt +++ b/docs/focus_tracking.txt @@ -97,7 +97,7 @@ F2, F3: together these are exactly the cases where we get F4: we get an LeaveNotify with the focus flag set. An LeaveNotify with a focus flag set will also be sent if - F==W, so we have to to explicity test for that case + F==W, so we have to to explicitly test for that case using has_focus_window(W). |