From 9cfa62c783e69b5fd16d0e06613b79b25cfebe62 Mon Sep 17 00:00:00 2001 From: Martin Rudalics Date: Sat, 6 Oct 2007 09:47:21 +0000 Subject: [PATCH] (focus_follows_mouse): Extern it. --- src/frame.h | 5 +++++ 1 file changed, 5 insertions(+) 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. */ -- 2.39.2