From: Martin Rudalics Date: Sat, 6 Oct 2007 09:47:21 +0000 (+0000) Subject: (focus_follows_mouse): Extern it. X-Git-Tag: emacs-pretest-22.1.90~670 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9cfa62c783e69b5fd16d0e06613b79b25cfebe62;p=emacs.git (focus_follows_mouse): Extern it. --- diff --git a/src/frame.h b/src/frame.h index 0db7b433a32..03e887b7a97 100644 --- a/src/frame.h +++ b/src/frame.h @@ -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; + /* The structure representing a frame. */