File: rect_data.c

package info (click to toggle)
xview 3.2p1.4-4
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 20,068 kB
  • ctags: 24,304
  • sloc: ansic: 241,105; yacc: 1,392; sh: 1,140; makefile: 273; lex: 76; perl: 54; asm: 50; cpp: 15
file content (27 lines) | stat: -rw-r--r-- 605 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#ifndef lint
#ifdef sccs
static char     sccsid[] = "@(#)rect_data.c 20.11 93/06/28 Copyr 1984 Sun Micro";
#endif
#endif

/*
 *	(c) Copyright 1989 Sun Microsystems, Inc. Sun design patents 
 *	pending in the U.S. and foreign countries. See LEGAL NOTICE 
 *	file for terms of the license.
 */

/*
 * rect_data.c: fix for shared libraries in SunOS4.0.  Code was isolated from
 * rectlist.c and rect.c
 */

#include <xview/base.h>
#include <xview/rect.h>
#include <xview/rectlist.h>

/*
 * rectlist constants
 */
struct rectlist rl_null = {0, 0, 0, 0, 0, 0, 0, 0};

struct rect     rect_null = {0, 0, 0, 0};