aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJan Djärv2004-03-19 13:57:08 +0000
committerJan Djärv2004-03-19 13:57:08 +0000
commit992126decd80d366685c7c8adda3bf3f14a8d226 (patch)
tree9377842d55a84aaeb8ca862f51cd5b29e39c4d9e /src/ChangeLog
parent31da0380c3a405a17301eda125f0a573695d15ed (diff)
downloademacs-992126decd80d366685c7c8adda3bf3f14a8d226.tar.gz
emacs-992126decd80d366685c7c8adda3bf3f14a8d226.zip
xdisp.c (calc_pixel_width_or_height): Add ifdef HAVE_WINDOW_SYSTEM
to compile on non-window system.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 1681e9a1449..b7e373ac295 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12004-03-19 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2
3 * xdisp.c (calc_pixel_width_or_height): Add ifdef HAVE_WINDOW_SYSTEM
4 to compile on non-window system.
5
12004-03-19 Kim F. Storm <storm@cua.dk> 62004-03-19 Kim F. Storm <storm@cua.dk>
2 7
3 * dispextern.h (calc_pixel_width_or_height): Add prototype. 8 * dispextern.h (calc_pixel_width_or_height): Add prototype.