changeset 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 dee75747ad29
children ae42317dff79
files src/xfns.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/xfns.c	Wed Jul 18 09:18:58 2007 +0000
+++ b/src/xfns.c	Wed Jul 18 10:46:25 2007 +0000
@@ -3510,6 +3510,7 @@
   x_catch_errors (dpy);
   XSetInputFocus (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f),
 		  RevertToParent, CurrentTime);
+  x_ewmh_activate_frame (f);
   x_uncatch_errors ();
   UNBLOCK_INPUT;