emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/termhooks.h,v


From: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/src/termhooks.h,v
Date: Fri, 10 Nov 2006 07:49:11 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Jan Djärv <jhd>        06/11/10 07:49:11

Index: termhooks.h
===================================================================
RCS file: /cvsroot/emacs/emacs/src/termhooks.h,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -b -r1.74 -r1.75
--- termhooks.h 5 May 2006 06:45:04 -0000       1.74
+++ termhooks.h 10 Nov 2006 07:49:11 -0000      1.75
@@ -120,6 +120,11 @@
    windows.  */
 extern void (*frame_raise_lower_hook) P_ ((struct frame *f, int raise));
 
+/* 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) P_ ((struct frame *f));
+
 
 /* Scroll bar hooks.  */
 




reply via email to

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