grey out 9term when it loses focus.
This commit is contained in:
parent
c005568a7f
commit
4f30f3b444
7 changed files with 112 additions and 26 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue