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.
This commit is contained in:
Dmitry Antipov 2012-08-31 08:14:59 +04:00
parent e1991423c6
commit 8b96a52c54
3 changed files with 6 additions and 6 deletions

View file

@ -1,3 +1,9 @@
2012-08-31 Dmitry Antipov <dmantipov@yandex.ru>
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.
2012-08-30 Jan Djärv <jan.h.d@swipnet.se>
* gtkutil.c (x_wm_set_size_hint): Use 1 col for base_width so it

View file

@ -302,9 +302,6 @@ struct w32_output
/* Non-hourglass cursor that is currently active. */
Cursor current_cursor;
/* Flag to set when the window needs to be completely repainted. */
int needs_exposure;
DWORD dwStyle;
/* This is the Emacs structure for the display this frame is on. */

View file

@ -544,9 +544,6 @@ struct x_output
/* Non-zero means hourglass cursor is currently displayed. */
unsigned hourglass_p : 1;
/* Flag to set when the X window needs to be completely repainted. */
int needs_exposure;
/* These are the current window manager hints. It seems that
XSetWMHints, when presented with an unset bit in the `flags'
member of the hints structure, does not leave the corresponding