commit | 4f30f3b44464f9b89512224095474200390b03e9 | [log] [tgz] |
---|---|---|
author | rsc <devnull@localhost> | Tue Mar 30 05:03:29 2004 +0000 |
committer | rsc <devnull@localhost> | Tue Mar 30 05:03:29 2004 +0000 |
tree | 4d746a629308be850eec37e088fb361c0bc49f75 | |
parent | c005568a7fe03010dcd1b2df311e3cd7f7459448 [diff] [blame] |
grey out 9term when it loses focus.
diff --git a/include/mouse.h b/include/mouse.h index 2c190b2..9b563fa 100644 --- a/include/mouse.h +++ b/include/mouse.h
@@ -48,6 +48,9 @@ extern Rectangle getrect(int, Mousectl*); extern int menuhit(int, Mousectl*, Menu*, Screen*); +extern void bouncemouse(Mouse*); +extern int _windowhasfocus; /* XXX do better */ +extern int _wantfocuschanges; #if defined(__cplusplus) }