aboutsummaryrefslogtreecommitdiff
path: root/include/mouse.h
diff options
context:
space:
mode:
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)
}