source: trunk/third/x3270/screenc.h @ 9081

Revision 9081, 1.7 KB checked in by ghudson, 28 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r9080, which included commits to RCS files with non-trunk default branches.
Line 
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
15extern void aicon_font_init();
16extern void aicon_size();
17extern void blink_start();
18extern void Configure_action();
19extern void cursor_move();
20extern void do_toggle();
21extern void enable_cursor();
22extern void EnterLeave_action();
23extern void FocusEvent_action();
24extern void GraphicsExpose_action();
25extern void initialize_toggles();
26extern void KeymapEvent_action();
27extern char *load_fixed_font();
28extern void mcursor_locked();
29extern void mcursor_normal();
30extern void mcursor_waiting();
31extern void Quit_action();
32extern void Redraw_action();
33extern void ring_bell();
34extern void save_00translations();
35extern void screen_change_model();
36extern void screen_connect();
37extern void screen_disp();
38extern void screen_flip();
39extern void screen_init();
40extern void screen_newcharset();
41extern void screen_newfont();
42extern void screen_newscheme();
43extern Boolean screen_obscured();
44extern void screen_scroll();
45extern void screen_set_keymap();
46extern void screen_set_temp_keymap();
47extern void screen_set_thumb();
48extern void screen_showikeypad();
49extern void SetFont_action();
50extern void set_aicon_label();
51extern void set_font_globals();
52extern void set_translations();
53extern void shift_event();
54extern void shutdown_toggles();
55extern void StateChanged_action();
56extern void Visible_action();
57extern void WMProtocols_action();
Note: See TracBrowser for help on using the repository browser.