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:
parent
97b372d714
commit
2e6c8532c7
@ -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.
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user