1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-12 16:23:57 +00:00

* w32term.c (my_set_focus): #ifdef away; currently not used.

This commit is contained in:
Juanma Barranquero 2010-07-23 12:09:27 +02:00
parent 97b372d714
commit 2e6c8532c7
2 changed files with 5 additions and 0 deletions

View File

@ -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.

View File

@ -3366,12 +3366,14 @@ my_set_window_pos (HWND hwnd, HWND hwndAfter,
#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)