Japanese translation of message catalog for Sawfish Window-Manager
Revision | 58fd9ea897f18b2eeedcabe0b6e2180acabf5e27 (tree) |
---|---|
Time | 1999-07-29 01:12:22 |
Author | john <john> |
Commiter | john |
(visibility_notify): don't check that the event window is the frame
anymore
@@ -88,7 +88,7 @@ static void | ||
88 | 88 | visibility_notify (XEvent *ev) |
89 | 89 | { |
90 | 90 | Lisp_Window *w = find_window_by_id (ev->xvisibility.window); |
91 | - if (w != 0 && ev->xvisibility.window == w->frame) | |
91 | + if (w != 0) | |
92 | 92 | { |
93 | 93 | repv vis; |
94 | 94 | w->frame_vis = ev->xvisibility.state; |