aboutsummaryrefslogtreecommitdiff
path: root/include/mouse.h
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-03-30 05:03:29 +0000
committerrsc <devnull@localhost>2004-03-30 05:03:29 +0000
commit4f30f3b44464f9b89512224095474200390b03e9 (patch)
tree4d746a629308be850eec37e088fb361c0bc49f75 /include/mouse.h
parentc005568a7fe03010dcd1b2df311e3cd7f7459448 (diff)
downloadplan9port-4f30f3b44464f9b89512224095474200390b03e9.tar.gz
plan9port-4f30f3b44464f9b89512224095474200390b03e9.tar.bz2
plan9port-4f30f3b44464f9b89512224095474200390b03e9.zip
grey out 9term when it loses focus.
Diffstat (limited to 'include/mouse.h')
-rw-r--r--include/mouse.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/mouse.h b/include/mouse.h
index 2c190b23..9b563faf 100644
--- a/include/mouse.h
+++ b/include/mouse.h
@@ -48,6 +48,9 @@ extern void drawgetrect(Rectangle, int);
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)
}