• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine 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

Revision58fd9ea897f18b2eeedcabe0b6e2180acabf5e27 (tree)
Zeit1999-07-29 01:12:22
Autorjohn <john>
Commiterjohn

Log Message

(visibility_notify): don't check that the event window is the frame
anymore

Ändern Zusammenfassung

Diff

--- a/src/events.c
+++ b/src/events.c
@@ -88,7 +88,7 @@ static void
8888 visibility_notify (XEvent *ev)
8989 {
9090 Lisp_Window *w = find_window_by_id (ev->xvisibility.window);
91- if (w != 0 && ev->xvisibility.window == w->frame)
91+ if (w != 0)
9292 {
9393 repv vis;
9494 w->frame_vis = ev->xvisibility.state;