Japanese translation of message catalog for Sawfish Window-Manager
Revision | 43da4c75c4b7d4a1d171d00fae01d1082cac96b0 (tree) |
---|---|
Zeit | 2010-11-17 21:56:27 |
Autor | Michal Maruska <mmaruska@gmai...> |
Commiter | Michal Maruska |
focus by FRAME
@@ -1028,7 +1028,7 @@ report_focus_change (Lisp_Window *w) | ||
1028 | 1028 | static void |
1029 | 1029 | focus_in (XEvent *ev) |
1030 | 1030 | { |
1031 | - Lisp_Window *w = find_window_by_id (ev->xfocus.window); | |
1031 | + Lisp_Window *w = find_window_by_frame (ev->xfocus.window); | |
1032 | 1032 | if (ev->xfocus.detail == NotifyPointer) |
1033 | 1033 | return; |
1034 | 1034 | if (w != 0 && w->visible) |