~ctwm/ctwm/trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
 * GC related externs
 *
 *
 *       Copyright 1988 by Evans & Sutherland Computer Corporation,
 *                          Salt Lake City, Utah
 *  Portions Copyright 1989 by the Massachusetts Institute of Technology
 *                        Cambridge, Massachusetts
 *
 * $XConsortium: gc.h,v 1.5 89/10/27 14:01:17 jim Exp $
 *
 *  8-Apr-88 Tom LaStrange        Initial Version.
 */

#ifndef _CTWM_GC_H
#define _CTWM_GC_H

void CreateGCs(void);

#endif /* _CTWM_GC_H */