summaryrefslogtreecommitdiffstats
path: root/prototypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'prototypes.h')
-rw-r--r--prototypes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/prototypes.h b/prototypes.h
index b696210..695315d 100644
--- a/prototypes.h
+++ b/prototypes.h
@@ -32,6 +32,7 @@ extern void send_mouse_event(int computer, int x, int y, int s, int l, int m, in
extern void scan_output_devs(int init);
extern void output_reset(void);
/* map.c */
+extern void map_output(int *computer, int *x, int *y);
extern int map_grace_left(int computer);
extern int map_grace_right(int computer);
extern int map_switch_left(int *cc);
@@ -40,6 +41,7 @@ extern int map_init(void);
/* layout.c */
extern int layout_computer_to_console(int computer);
extern int layout_console_to_computer(int console);
+extern int layout_possible(int console, int computer);
extern void layout_map(int console, int computer);
extern void layout_status(int active_computer);
extern void layout_toggle_lock(int computer);