diff 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
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;