1 | /* |
---|
2 | * Copyright 1995, 1996 by Paul Mattes. |
---|
3 | * Permission to use, copy, modify, and distribute this software and its |
---|
4 | * documentation for any purpose and without fee is hereby granted, |
---|
5 | * provided that the above copyright notice appear in all copies and that |
---|
6 | * both that copyright notice and this permission notice appear in |
---|
7 | * supporting documentation. |
---|
8 | */ |
---|
9 | |
---|
10 | /* |
---|
11 | * screenc.h |
---|
12 | * Global declarations for screen.c. |
---|
13 | */ |
---|
14 | |
---|
15 | extern void aicon_font_init(); |
---|
16 | extern void aicon_size(); |
---|
17 | extern void blink_start(); |
---|
18 | extern void Configure_action(); |
---|
19 | extern void cursor_move(); |
---|
20 | extern void do_toggle(); |
---|
21 | extern void enable_cursor(); |
---|
22 | extern void EnterLeave_action(); |
---|
23 | extern void FocusEvent_action(); |
---|
24 | extern void GraphicsExpose_action(); |
---|
25 | extern void initialize_toggles(); |
---|
26 | extern void KeymapEvent_action(); |
---|
27 | extern char *load_fixed_font(); |
---|
28 | extern void mcursor_locked(); |
---|
29 | extern void mcursor_normal(); |
---|
30 | extern void mcursor_waiting(); |
---|
31 | extern void Quit_action(); |
---|
32 | extern void Redraw_action(); |
---|
33 | extern void ring_bell(); |
---|
34 | extern void save_00translations(); |
---|
35 | extern void screen_change_model(); |
---|
36 | extern void screen_connect(); |
---|
37 | extern void screen_disp(); |
---|
38 | extern void screen_flip(); |
---|
39 | extern void screen_init(); |
---|
40 | extern void screen_newcharset(); |
---|
41 | extern void screen_newfont(); |
---|
42 | extern void screen_newscheme(); |
---|
43 | extern Boolean screen_obscured(); |
---|
44 | extern void screen_scroll(); |
---|
45 | extern void screen_set_keymap(); |
---|
46 | extern void screen_set_temp_keymap(); |
---|
47 | extern void screen_set_thumb(); |
---|
48 | extern void screen_showikeypad(); |
---|
49 | extern void SetFont_action(); |
---|
50 | extern void set_aicon_label(); |
---|
51 | extern void set_font_globals(); |
---|
52 | extern void set_translations(); |
---|
53 | extern void shift_event(); |
---|
54 | extern void shutdown_toggles(); |
---|
55 | extern void StateChanged_action(); |
---|
56 | extern void Visible_action(); |
---|
57 | extern void WMProtocols_action(); |
---|