# HG changeset patch # User Martin Rudalics # Date 1191664041 0 # Node ID d9165841eb0a802370a52b11441adea0f5f77139 # Parent a26a566a5577a3fc2334ed0596add2676676e0e2 (focus_follows_mouse): Extern it. diff -r a26a566a5577 -r d9165841eb0a src/frame.h --- 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. */