diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/mouse.h | 3 |
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) } |