Mercurial > emacs
changeset 109495:2899bda31dbe
* w32term.c (my_set_focus): #ifdef away; currently not used.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 23 Jul 2010 12:09:27 +0200 |
parents | 2dbdaf17fcfa |
children | bf6283e6c0a3 |
files | src/ChangeLog src/w32term.c |
diffstat | 2 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Fri Jul 23 11:52:32 2010 +0200 +++ b/src/ChangeLog Fri Jul 23 12:09:27 2010 +0200 @@ -1,5 +1,8 @@ 2010-07-23 Juanma Barranquero <lekktu@gmail.com> + * w32term.c (my_set_focus): #ifdef away; it is called only from + "#ifdef 0" code. + * w32fns.c (x_edge_detection): * xfaces.c (may_use_scalable_font_p): Remove obsolete static declarations.
--- a/src/w32term.c Fri Jul 23 11:52:32 2010 +0200 +++ b/src/w32term.c Fri Jul 23 12:09:27 2010 +0200 @@ -3366,12 +3366,14 @@ #endif } +#if 0 static void my_set_focus (struct frame * f, HWND hwnd) { SendMessage (FRAME_W32_WINDOW (f), WM_EMACS_SETFOCUS, (WPARAM) hwnd, 0); } +#endif static void my_set_foreground_window (HWND hwnd)