1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-06 20:49:33 +00:00

Add fullscreen_hook.

This commit is contained in:
Jan Djärv 2006-11-10 07:49:11 +00:00
parent 65a0c81b84
commit 9416ae448e

View File

@ -120,6 +120,11 @@ extern void (*frame_rehighlight_hook) P_ ((struct frame *));
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. */