aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ChangeLog4
-rw-r--r--src/makefile.w32-in1
2 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 835fe921019..834c6e115fd 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12010-08-06 Juanma Barranquero <lekktu@gmail.com>
2
3 * makefile.w32-in ($(BLD)/xdisp.$(O)): Update dependencies.
4
12010-08-06 Jan Djärv <jan.h.d@swipnet.se> 52010-08-06 Jan Djärv <jan.h.d@swipnet.se>
2 6
3 * xterm.h (x_get_focus_frame): Declare. 7 * xterm.h (x_get_focus_frame): Declare.
diff --git a/src/makefile.w32-in b/src/makefile.w32-in
index c938ae752bf..fc86ae6cb0c 100644
--- a/src/makefile.w32-in
+++ b/src/makefile.w32-in
@@ -1506,6 +1506,7 @@ $(BLD)/xdisp.$(O) : \
1506 $(SRC)/systime.h \ 1506 $(SRC)/systime.h \
1507 $(SRC)/termchar.h \ 1507 $(SRC)/termchar.h \
1508 $(SRC)/termhooks.h \ 1508 $(SRC)/termhooks.h \
1509 $(SRC)/termopts.h \
1509 $(SRC)/w32gui.h \ 1510 $(SRC)/w32gui.h \
1510 $(SRC)/w32term.h \ 1511 $(SRC)/w32term.h \
1511 $(SRC)/window.h 1512 $(SRC)/window.h