From 4f30f3b44464f9b89512224095474200390b03e9 Mon Sep 17 00:00:00 2001 From: rsc Date: Tue, 30 Mar 2004 05:03:29 +0000 Subject: grey out 9term when it loses focus. --- include/mouse.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') 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) } -- cgit v1.2.3