changeset 64663:b34005fdc503

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 28 Jul 2005 09:48:25 +0000
parents 605f42af1c34
children 3161d6027fd7
files src/ChangeLog
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Thu Jul 28 09:46:21 2005 +0000
+++ b/src/ChangeLog	Thu Jul 28 09:48:25 2005 +0000
@@ -1,3 +1,11 @@
+2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
+
+	* w32fns.c (my_set_window_pos, my_show_window): Don't declare.
+	(my_create_window, my_create_tip_window): Make static.
+
+	* w32term.c (my_show_window, my_set_window_pos, my_set_focus)
+	(my_set_foreground_window, my_destroy_window): Make static.
+
 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
 
 	Merge gnulib getopt implementation into Emacs.