changeset 78985:d9165841eb0a

(focus_follows_mouse): Extern it.
author Martin Rudalics <rudalics@gmx.at>
date Sat, 06 Oct 2007 09:47:21 +0000
parents a26a566a5577
children c975fef407b4
files src/frame.h
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/frame.h	Sat Oct 06 09:46:06 2007 +0000
+++ b/src/frame.h	Sat Oct 06 09:47:21 2007 +0000
@@ -39,6 +39,11 @@
 
 extern int message_buf_print;
 
+/* Nonzero means window system changes focus when moving the
+   mouse.  */
+
+extern int focus_follows_mouse;
+
 
 /* The structure representing a frame.  */