File: screen.h

package info (click to toggle)
xtrojka 123-16
  • links: PTS
  • area: non-free
  • in suites: woody
  • size: 492 kB
  • ctags: 443
  • sloc: ansic: 3,087; makefile: 133; sh: 19
file content (23 lines) | stat: -rw-r--r-- 359 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*
 *	xtrojka (c) 1994,1995,1996 Maarten Los
 *
 *	#include "COPYRIGHT"	
 *
 *	created:	12.iii.1996
 *	modified:
 *
 *	header file for screen.c
 */

#ifndef _screen_h_
#define _screen_h_

/*
 *	function prototypes
 */

void set_color(Widget, int, int);
void paint_widget(Widget, int, int);
void draw_string(Widget, int, int, char *);

#endif /* _screen_h_ */