aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2010-07-23 12:09:27 +0200
committerJuanma Barranquero2010-07-23 12:09:27 +0200
commit2e6c8532c79e7148c63eadd32dd9006d388616a7 (patch)
tree0e885709e78b41b5a2253f2a8d2674c6d08a896b /src
parent97b372d714d73463dcfed2e095238c42005ce162 (diff)
downloademacs-2e6c8532c79e7148c63eadd32dd9006d388616a7.tar.gz
emacs-2e6c8532c79e7148c63eadd32dd9006d388616a7.zip
* w32term.c (my_set_focus): #ifdef away; currently not used.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog3
-rw-r--r--src/w32term.c2
2 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 143b56f2c41..2e8b8484a1b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12010-07-23 Juanma Barranquero <lekktu@gmail.com> 12010-07-23 Juanma Barranquero <lekktu@gmail.com>
2 2
3 * w32term.c (my_set_focus): #ifdef away; it is called only from
4 "#ifdef 0" code.
5
3 * w32fns.c (x_edge_detection): 6 * w32fns.c (x_edge_detection):
4 * xfaces.c (may_use_scalable_font_p): 7 * xfaces.c (may_use_scalable_font_p):
5 Remove obsolete static declarations. 8 Remove obsolete static declarations.
diff --git a/src/w32term.c b/src/w32term.c
index 3a0a1b1abae..abd7843c2ef 100644
--- a/src/w32term.c
+++ b/src/w32term.c
@@ -3366,12 +3366,14 @@ my_set_window_pos (HWND hwnd, HWND hwndAfter,
3366#endif 3366#endif
3367} 3367}
3368 3368
3369#if 0
3369static void 3370static void
3370my_set_focus (struct frame * f, HWND hwnd) 3371my_set_focus (struct frame * f, HWND hwnd)
3371{ 3372{
3372 SendMessage (FRAME_W32_WINDOW (f), WM_EMACS_SETFOCUS, 3373 SendMessage (FRAME_W32_WINDOW (f), WM_EMACS_SETFOCUS,
3373 (WPARAM) hwnd, 0); 3374 (WPARAM) hwnd, 0);
3374} 3375}
3376#endif
3375 3377
3376static void 3378static void
3377my_set_foreground_window (HWND hwnd) 3379my_set_foreground_window (HWND hwnd)