diff options
| author | Jan Djärv | 2004-03-19 13:57:08 +0000 |
|---|---|---|
| committer | Jan Djärv | 2004-03-19 13:57:08 +0000 |
| commit | 992126decd80d366685c7c8adda3bf3f14a8d226 (patch) | |
| tree | 9377842d55a84aaeb8ca862f51cd5b29e39c4d9e /src/ChangeLog | |
| parent | 31da0380c3a405a17301eda125f0a573695d15ed (diff) | |
| download | emacs-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/ChangeLog | 5 |
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 @@ | |||
| 1 | 2004-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 | |||
| 1 | 2004-03-19 Kim F. Storm <storm@cua.dk> | 6 | 2004-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. |