]> git.eshelyaron.com Git - emacs.git/commitdiff
(focus_follows_mouse): Extern it.
authorMartin Rudalics <rudalics@gmx.at>
Sat, 6 Oct 2007 09:47:21 +0000 (09:47 +0000)
committerMartin Rudalics <rudalics@gmx.at>
Sat, 6 Oct 2007 09:47:21 +0000 (09:47 +0000)
src/frame.h

index 0db7b433a3222ee92d7e07553c9100fa96589771..03e887b7a9702b9c573c044a2a9c31e40bc8e5e2 100644 (file)
@@ -39,6 +39,11 @@ extern int frame_garbaged;
 
 extern int message_buf_print;
 
+/* Nonzero means window system changes focus when moving the
+   mouse.  */
+
+extern int focus_follows_mouse;
+
 \f
 /* The structure representing a frame.  */