(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 0db7b43..03e887b 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.  */