diff options
| author | Jan D | 2010-08-06 13:04:29 +0200 |
|---|---|---|
| committer | Jan D | 2010-08-06 13:04:29 +0200 |
| commit | 4094bf3679e9b64b2c4018edd1ba7e3d63f8d862 (patch) | |
| tree | da1698c79fadf0b8c690d7b762cc0539a1ff5c93 /src/ChangeLog | |
| parent | 3d608a86503ae057e0d2e721a9d9718eae22bf89 (diff) | |
| download | emacs-4094bf3679e9b64b2c4018edd1ba7e3d63f8d862.tar.gz emacs-4094bf3679e9b64b2c4018edd1ba7e3d63f8d862.zip | |
Can't include menu.h in window.c for X targets.
* nsterm.h (x_set_menu_bar_lines): Declare.
* window.c: Don't include menu.h, it depends on lots of other .h-files.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c0f618630a8..bef939adb4f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2010-08-06 Jan Djärv <jan.h.d@swipnet.se> | 1 | 2010-08-06 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 2 | ||
| 3 | * nsterm.h (x_set_menu_bar_lines): Declare. | ||
| 4 | |||
| 5 | * window.c: Don't include menu.h, it depends on lots of other .h-files. | ||
| 6 | |||
| 3 | * xfaces.c (x_create_gc, x_free_gc): Convert to ANSI C prototypes. | 7 | * xfaces.c (x_create_gc, x_free_gc): Convert to ANSI C prototypes. |
| 4 | 8 | ||
| 5 | * window.c: Include menu.h. | 9 | * window.c: Include menu.h. |