diff options
| author | Jan Djärv | 2007-07-18 10:47:04 +0000 |
|---|---|---|
| committer | Jan Djärv | 2007-07-18 10:47:04 +0000 |
| commit | 656de71a2fdf042fb0633de2a16785b6134c1036 (patch) | |
| tree | df73d07ec7b32eda2e909656e1609c21a41d5686 | |
| parent | b7e33a4397a193b403c2977982c70f943d2f4fc7 (diff) | |
| download | emacs-656de71a2fdf042fb0633de2a16785b6134c1036.tar.gz emacs-656de71a2fdf042fb0633de2a16785b6134c1036.zip | |
Declare x_ewmh_activate_frame
| -rw-r--r-- | src/ChangeLog | 9 | ||||
| -rw-r--r-- | src/xterm.h | 1 |
2 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 441f2c67922..ee830c6bcfc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2007-07-18 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame | ||
| 4 | |||
| 5 | * xterm.h: Declare x_ewmh_activate_frame | ||
| 6 | |||
| 7 | * xterm.c (x_ewmh_activate_frame): New function. | ||
| 8 | (XTframe_raise_lower): Move code to x_ewmh_activate_frame. | ||
| 9 | |||
| 1 | 2007-07-17 Martin Rudalics <rudalics@gmx.at> | 10 | 2007-07-17 Martin Rudalics <rudalics@gmx.at> |
| 2 | 11 | ||
| 3 | * window.c (Fdisplay_buffer): If largest or LRU window is the | 12 | * window.c (Fdisplay_buffer): If largest or LRU window is the |
diff --git a/src/xterm.h b/src/xterm.h index 13b0b4983ad..1f2e7a07097 100644 --- a/src/xterm.h +++ b/src/xterm.h | |||
| @@ -988,6 +988,7 @@ extern void x_fully_uncatch_errors P_ ((void)); | |||
| 988 | extern void x_set_window_size P_ ((struct frame *, int, int, int)); | 988 | extern void x_set_window_size P_ ((struct frame *, int, int, int)); |
| 989 | extern void x_set_mouse_position P_ ((struct frame *, int, int)); | 989 | extern void x_set_mouse_position P_ ((struct frame *, int, int)); |
| 990 | extern void x_set_mouse_pixel_position P_ ((struct frame *, int, int)); | 990 | extern void x_set_mouse_pixel_position P_ ((struct frame *, int, int)); |
| 991 | extern void x_ewmh_activate_frame P_ ((struct frame *)); | ||
| 991 | extern void x_raise_frame P_ ((struct frame *)); | 992 | extern void x_raise_frame P_ ((struct frame *)); |
| 992 | extern void x_lower_frame P_ ((struct frame *)); | 993 | extern void x_lower_frame P_ ((struct frame *)); |
| 993 | extern void x_make_frame_visible P_ ((struct frame *)); | 994 | extern void x_make_frame_visible P_ ((struct frame *)); |