aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/frame.h5
1 files changed, 5 insertions, 0 deletions
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;
39 39
40extern int message_buf_print; 40extern int message_buf_print;
41 41
42/* Nonzero means window system changes focus when moving the
43 mouse. */
44
45extern int focus_follows_mouse;
46
42 47
43/* The structure representing a frame. */ 48/* The structure representing a frame. */
44 49