diff options
| author | Martin Rudalics | 2007-10-06 09:47:21 +0000 |
|---|---|---|
| committer | Martin Rudalics | 2007-10-06 09:47:21 +0000 |
| commit | 9cfa62c783e69b5fd16d0e06613b79b25cfebe62 (patch) | |
| tree | 0bcb2c18f95f1f546bb416c08b4fbe0fe5ae3771 /src | |
| parent | da1da0025d0d3ec00414d506fd175c062d952841 (diff) | |
| download | emacs-9cfa62c783e69b5fd16d0e06613b79b25cfebe62.tar.gz emacs-9cfa62c783e69b5fd16d0e06613b79b25cfebe62.zip | |
(focus_follows_mouse): Extern it.
Diffstat (limited to 'src')
| -rw-r--r-- | src/frame.h | 5 |
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 | ||
| 40 | extern int message_buf_print; | 40 | extern int message_buf_print; |
| 41 | 41 | ||
| 42 | /* Nonzero means window system changes focus when moving the | ||
| 43 | mouse. */ | ||
| 44 | |||
| 45 | extern int focus_follows_mouse; | ||
| 46 | |||
| 42 | 47 | ||
| 43 | /* The structure representing a frame. */ | 48 | /* The structure representing a frame. */ |
| 44 | 49 | ||