From acaf905b1130aae80fa59d2c861ffd4c8eb75486 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 5 Jan 2012 01:46:05 -0800 Subject: Add 2012 to FSF copyright years for Emacs files --- src/xterm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/xterm.h') diff --git a/src/xterm.h b/src/xterm.h index 9e0e1acca92..c77f386a2ad 100644 --- a/src/xterm.h +++ b/src/xterm.h @@ -1,5 +1,5 @@ /* Definitions and headers for communication with X protocol. - Copyright (C) 1989, 1993-1994, 1998-2011 Free Software Foundation, Inc. + Copyright (C) 1989, 1993-1994, 1998-2012 Free Software Foundation, Inc. This file is part of GNU Emacs. -- cgit v1.2.1 From 75bf0d333960bf6f60af0005194fb21dec5b4485 Mon Sep 17 00:00:00 2001 From: David Benjamin Date: Sat, 7 Jan 2012 15:02:06 +0800 Subject: Fix focus handling for embedded frames. * xfns.c (Fx_focus_frame): Use it for embedded frames. * xterm.c (x_embed_request_focus): New function. * xterm.h: Add prototype. Fixes: debbugs:9977 --- src/xterm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/xterm.h') diff --git a/src/xterm.h b/src/xterm.h index c77f386a2ad..86daa7bd27e 100644 --- a/src/xterm.h +++ b/src/xterm.h @@ -967,6 +967,7 @@ extern void x_clear_errors (Display *); extern void x_set_window_size (struct frame *, int, int, int); extern void x_set_mouse_position (struct frame *, int, int); extern void x_set_mouse_pixel_position (struct frame *, int, int); +extern void xembed_request_focus (struct frame *); extern void x_ewmh_activate_frame (struct frame *); extern void x_make_frame_visible (struct frame *); extern void x_make_frame_invisible (struct frame *); -- cgit v1.2.1