diff options
Diffstat (limited to 'src')
| -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 *)); |