diff options
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 361e3dd9876..2859c8217f8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -2,6 +2,10 @@ | |||
| 2 | 2 | ||
| 3 | * xdisp.c (x_consider_frame_title, tool_bar_lines_needed): Move | 3 | * xdisp.c (x_consider_frame_title, tool_bar_lines_needed): Move |
| 4 | prototypes to HAVE_WINDOW_SYSTEM-only part. | 4 | prototypes to HAVE_WINDOW_SYSTEM-only part. |
| 5 | (get_window_cursor_type): Move inside a HAVE_WINDOW_SYSTEM-only | ||
| 6 | part. Remove "#ifdef HAVE_WINDOW_SYSTEM" from body of function. | ||
| 7 | (null_glyph_slice): Move declaration into HAVE_WINDOW_SYSTEM-only | ||
| 8 | part. | ||
| 5 | 9 | ||
| 6 | * frame.h (MOUSE_HL_INFO): Fix definition to work both for | 10 | * frame.h (MOUSE_HL_INFO): Fix definition to work both for |
| 7 | TTY-only and GUI builds. | 11 | TTY-only and GUI builds. |