Japanese translation of message catalog for Sawfish Window-Manager
修訂 | abd8675ff232ea03c25bf8fd3cbd8991ca010372 (tree) |
---|---|
時間 | 2010-12-19 13:32:13 |
作者 | Michal Maruska <mmaruska@gmai...> |
Commiter | Michal Maruska |
verbose focus_in
@@ -1087,6 +1087,8 @@ static void | ||
1087 | 1087 | focus_in (XEvent *ev) |
1088 | 1088 | { |
1089 | 1089 | Lisp_Window *w = find_window_by_id (ev->xfocus.window); |
1090 | + if ((debug_events & DB_EVENTS_FOCUS)) | |
1091 | + describe_focus_in(ev,w); | |
1090 | 1092 | if (ev->xfocus.detail == NotifyPointer) |
1091 | 1093 | return; |
1092 | 1094 | if ((ev->xfocus.mode == NotifyGrab) |