Searched refs:old_focus (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/src/
H A Dw32term.c2855 struct frame *old_focus = dpyinfo->w32_focus_frame;
2863 if (old_focus && old_focus->auto_lower)
2864 x_lower_frame (old_focus);
2843 struct frame *old_focus = dpyinfo->w32_focus_frame; local
H A Dmacterm.c4301 struct frame *old_focus = dpyinfo->x_focus_frame;
4309 if (old_focus && old_focus->auto_lower)
4310 x_lower_frame (old_focus);
4291 struct frame *old_focus = dpyinfo->x_focus_frame; local
H A Dxterm.c3197 struct frame *old_focus = dpyinfo->x_focus_frame;
3205 if (old_focus && old_focus->auto_lower)
3206 x_lower_frame (old_focus);
3185 struct frame *old_focus = dpyinfo->x_focus_frame; local

Completed in 263 milliseconds