emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r114211: * termhooks.h (fullscreen_hook): Remove the


From: Dmitry Antipov
Subject: [Emacs-diffs] trunk r114211: * termhooks.h (fullscreen_hook): Remove the leftover.
Date: Wed, 11 Sep 2013 14:03:04 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114211
revision-id: address@hidden
parent: address@hidden
committer: Dmitry Antipov <address@hidden>
branch nick: trunk
timestamp: Wed 2013-09-11 17:56:46 +0400
message:
  * termhooks.h (fullscreen_hook): Remove the leftover.
  (struct terminal): Fix typo in comment.
modified:
  src/ChangeLog                  changelog-20091113204419-o5vbwnq5f7feedwu-1438
  src/termhooks.h                termhooks.h-20091113204419-o5vbwnq5f7feedwu-249
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2013-09-11 13:35:28 +0000
+++ b/src/ChangeLog     2013-09-11 13:56:46 +0000
@@ -1,5 +1,10 @@
 2013-09-11  Dmitry Antipov  <address@hidden>
 
+       * termhooks.h (fullscreen_hook): Remove the leftover.
+       (struct terminal): Fix typo in comment.
+
+2013-09-11  Dmitry Antipov  <address@hidden>
+
        Cleaning up a few X scroll bar bits.
        * termhooks.h (enum scroll_bar_part): Add scroll_bar_nowhere member.
        * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS && USE_LUCID]:

=== modified file 'src/termhooks.h'
--- a/src/termhooks.h   2013-09-11 13:35:28 +0000
+++ b/src/termhooks.h   2013-09-11 13:56:46 +0000
@@ -43,11 +43,6 @@
   scroll_bar_move_ratio
 };
 
-/* If the value of the frame parameter changed, whis hook is called.
-   For example, if going from fullscreen to not fullscreen this hook
-   may do something OS dependent, like extended window manager hints on X11.  
*/
-extern void (*fullscreen_hook) (struct frame *f);
-
 /* Output method of a terminal (and frames on this terminal, respectively).  */
 
 enum output_method
@@ -499,7 +494,7 @@
      windows.  */
   void (*frame_raise_lower_hook) (struct frame *f, int raise_flag);
 
-  /* If the value of the frame parameter changed, whis hook is called.
+  /* If the value of the frame parameter changed, this hook is called.
      For example, if going from fullscreen to not fullscreen this hook
      may do something OS dependent, like extended window manager hints on X11. 
 */
   void (*fullscreen_hook) (struct frame *f);


reply via email to

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