comparison src/xfns.c @ 81947:f0ff13637b00

(Fx_focus_frame): Call x_ewmh_activate_frame
author Jan Djärv <jan.h.d@swipnet.se>
date Wed, 18 Jul 2007 10:46:25 +0000
parents 7d290e488d73
children b98604865ea0 fd5b4a865d1d 492971a3f31f
comparison
equal deleted inserted replaced
81946:dee75747ad29 81947:f0ff13637b00
3508 3508
3509 BLOCK_INPUT; 3509 BLOCK_INPUT;
3510 x_catch_errors (dpy); 3510 x_catch_errors (dpy);
3511 XSetInputFocus (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f), 3511 XSetInputFocus (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f),
3512 RevertToParent, CurrentTime); 3512 RevertToParent, CurrentTime);
3513 x_ewmh_activate_frame (f);
3513 x_uncatch_errors (); 3514 x_uncatch_errors ();
3514 UNBLOCK_INPUT; 3515 UNBLOCK_INPUT;
3515 3516
3516 return Qnil; 3517 return Qnil;
3517 } 3518 }