diff options
| author | Dmitry Antipov | 2012-08-31 08:14:59 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2012-08-31 08:14:59 +0400 |
| commit | 8b96a52c54fe4d37e02153be8fd551b0a676d151 (patch) | |
| tree | 69327127a4e8299f4c4ff594011274cc1bb9c289 /src/ChangeLog | |
| parent | e1991423c66ab95eb44721bec4415669780fee3b (diff) | |
| download | emacs-8b96a52c54fe4d37e02153be8fd551b0a676d151.tar.gz emacs-8b96a52c54fe4d37e02153be8fd551b0a676d151.zip | |
Remove unused member of struct x_output and struct w32_output.
* xterm.h (struct x_output): Remove unused field 'needs_exposure'.
* w32term.h (struct w32_output): Likewise.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 261fa80d718..7f47697da87 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2012-08-31 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | Remove unused member of struct x_output and struct w32_output. | ||
| 4 | * xterm.h (struct x_output): Remove unused field 'needs_exposure'. | ||
| 5 | * w32term.h (struct w32_output): Likewise. | ||
| 6 | |||
| 1 | 2012-08-30 Jan Djärv <jan.h.d@swipnet.se> | 7 | 2012-08-30 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 8 | ||
| 3 | * gtkutil.c (x_wm_set_size_hint): Use 1 col for base_width so it | 9 | * gtkutil.c (x_wm_set_size_hint): Use 1 col for base_width so it |