diff options
| author | Jan Djärv | 2007-07-18 10:46:25 +0000 |
|---|---|---|
| committer | Jan Djärv | 2007-07-18 10:46:25 +0000 |
| commit | 457a6b0a0736916991f4801d8065dcf5ac040486 (patch) | |
| tree | cf8b8dad11d55f4208ffc5d64b0dcbaa13f11ac6 /src | |
| parent | f0fe4395ad6f3f3983c9db2bc81a7bccb2689e1b (diff) | |
| download | emacs-457a6b0a0736916991f4801d8065dcf5ac040486.tar.gz emacs-457a6b0a0736916991f4801d8065dcf5ac040486.zip | |
(Fx_focus_frame): Call x_ewmh_activate_frame
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 | ||