aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/rio/dat.h
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-08-11 03:38:16 +0000
committerrsc <devnull@localhost>2005-08-11 03:38:16 +0000
commitd52fb463eeda2168b7b0135d758a1e2a57be9af7 (patch)
tree3bad38971b4a86a4558381b61204c8294670c597 /src/cmd/rio/dat.h
parentb5b71ffbaee0a7a34b93f22541effe76a54c39b5 (diff)
downloadplan9port-d52fb463eeda2168b7b0135d758a1e2a57be9af7.tar.gz
plan9port-d52fb463eeda2168b7b0135d758a1e2a57be9af7.tar.bz2
plan9port-d52fb463eeda2168b7b0135d758a1e2a57be9af7.zip
Fix crash reported by Andrey.
Make focus-follows-mouse easier to find for those who want it (cough, Ron Minnich, cough).
Diffstat (limited to 'src/cmd/rio/dat.h')
-rw-r--r--src/cmd/rio/dat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/rio/dat.h b/src/cmd/rio/dat.h
index b2b74eea..aa08fcf9 100644
--- a/src/cmd/rio/dat.h
+++ b/src/cmd/rio/dat.h
@@ -150,6 +150,7 @@ extern int debug;
extern int solidsweep;
extern int numvirtuals;
extern int scrolling;
+extern int ffm; /* focus follows mouse */
extern Atom exit_rio;
extern Atom restart_rio;