aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMartin Rudalics2007-10-06 09:47:21 +0000
committerMartin Rudalics2007-10-06 09:47:21 +0000
commit9cfa62c783e69b5fd16d0e06613b79b25cfebe62 (patch)
tree0bcb2c18f95f1f546bb416c08b4fbe0fe5ae3771 /src
parentda1da0025d0d3ec00414d506fd175c062d952841 (diff)
downloademacs-9cfa62c783e69b5fd16d0e06613b79b25cfebe62.tar.gz
emacs-9cfa62c783e69b5fd16d0e06613b79b25cfebe62.zip
(focus_follows_mouse): Extern it.
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