• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Japanese translation of message catalog for Sawfish Window-Manager


Commit MetaInfo

修订版43da4c75c4b7d4a1d171d00fae01d1082cac96b0 (tree)
时间2010-11-17 21:56:27
作者Michal Maruska <mmaruska@gmai...>
CommiterMichal Maruska

Log Message

focus by FRAME

更改概述

差异

--- a/src/events.c
+++ b/src/events.c
@@ -1028,7 +1028,7 @@ report_focus_change (Lisp_Window *w)
10281028 static void
10291029 focus_in (XEvent *ev)
10301030 {
1031- Lisp_Window *w = find_window_by_id (ev->xfocus.window);
1031+ Lisp_Window *w = find_window_by_frame (ev->xfocus.window);
10321032 if (ev->xfocus.detail == NotifyPointer)
10331033 return;
10341034 if (w != 0 && w->visible)