emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r109826: Remove unused member of stru


From: Dmitry Antipov
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r109826: Remove unused member of struct x_output and struct w32_output.
Date: Fri, 31 Aug 2012 08:14:59 +0400
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 109826
committer: Dmitry Antipov <address@hidden>
branch nick: trunk
timestamp: Fri 2012-08-31 08:14:59 +0400
message:
  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.
modified:
  src/ChangeLog
  src/w32term.h
  src/xterm.h
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-08-30 16:07:44 +0000
+++ b/src/ChangeLog     2012-08-31 04:14:59 +0000
@@ -1,3 +1,9 @@
+2012-08-31  Dmitry Antipov  <address@hidden>
+
+       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  <address@hidden>
 
        * gtkutil.c (x_wm_set_size_hint): Use 1 col for base_width so it

=== modified file 'src/w32term.h'
--- a/src/w32term.h     2012-08-05 15:47:28 +0000
+++ b/src/w32term.h     2012-08-31 04:14:59 +0000
@@ -302,9 +302,6 @@
   /* 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.  */

=== modified file 'src/xterm.h'
--- a/src/xterm.h       2012-07-07 19:23:41 +0000
+++ b/src/xterm.h       2012-08-31 04:14:59 +0000
@@ -544,9 +544,6 @@
   /* 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]