]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove unused member of struct x_output and struct w32_output.
authorDmitry Antipov <dmantipov@yandex.ru>
Fri, 31 Aug 2012 04:14:59 +0000 (08:14 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Fri, 31 Aug 2012 04:14:59 +0000 (08:14 +0400)
* xterm.h (struct x_output): Remove unused field 'needs_exposure'.
* w32term.h (struct w32_output): Likewise.

src/ChangeLog
src/w32term.h
src/xterm.h

index 261fa80d71867960453b9ccdf7bff799e4b5a8f5..7f47697da87f8d38fc33bd460b279a470a59eedd 100644 (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
index ccbf3c42c0e7c2974b1edb8de1cd72cc58da043d..6fc2beeb18c54afdd09ec7531fdb79d7b728b45d 100644 (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.  */
index 86a76fd81a91a6c2b009efb312de34a4a9814251..007c92b929c8ee73e2a15dd6d092e8631de8b1d3 100644 (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