From d52fb463eeda2168b7b0135d758a1e2a57be9af7 Mon Sep 17 00:00:00 2001 From: rsc Date: Thu, 11 Aug 2005 03:38:16 +0000 Subject: Fix crash reported by Andrey. Make focus-follows-mouse easier to find for those who want it (cough, Ron Minnich, cough). --- src/cmd/rio/dat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cmd/rio/dat.h') 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; -- cgit v1.2.3