instead of x_top_window_to_frame.
+2003-03-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
+
+ * xterm.c (x_detect_focus_change): Call x_any_window_to_frame
+ instead of x_top_window_to_frame.
+
2003-03-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
* xsmfns.c (smc_save_yourself_CB): Add --no-splash to options
struct frame *frame;
int nr_events = 0;
- frame = x_top_window_to_frame (dpyinfo, event->xany.window);
+ frame = x_any_window_to_frame (dpyinfo, event->xany.window);
if (! frame) return nr_events;
switch (event->type)