diff options
Diffstat (limited to 'src/frame.h')
-rw-r--r-- | src/frame.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/frame.h b/src/frame.h index 30a0b931cc3..7c058d569aa 100644 --- a/src/frame.h +++ b/src/frame.h @@ -37,6 +37,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. */ @@ -1030,7 +1035,7 @@ enum FULLSCREEN_WIDTH = 1, FULLSCREEN_HEIGHT = 2, FULLSCREEN_BOTH = 3, - FULLSCREEN_WAIT = 4, + FULLSCREEN_WAIT = 4 }; |