diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfns.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xfns.c b/src/xfns.c index a73e05b81c3..a180c08e6da 100644 --- a/src/xfns.c +++ b/src/xfns.c | |||
| @@ -3510,6 +3510,7 @@ FRAME nil means use the selected frame. */) | |||
| 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 | ||