Utah Raster Toolkit  9999-git
URT Development version (post-3.1b)
getfb.h
Go to the documentation of this file.
1 /*
2  * getfb.h - Global declarations for getfb.
3  *
4  * Author: Spencer W. Thomas
5  * Computer Science Dept.
6  * University of Utah
7  * Date: Tue Aug 10 1982
8  * Copyright (c) 1982 Spencer W. Thomas
9  */
10 
11 /*
12  * There is a very strange bug in the GrinnellGet routine. When using a
13  * 60*512 short buffer the frame buffer restore screws up. When using
14  * the buffer here, it works ok. Arghhhh!
15  */
16 short buffer[59*512]; /* biggest allowed by minphys! */
17 extern int x, y, posflag, background, query, debug;
18 FILE *fd;
char buffer[4096]
Definition: rlesetbg.c:35
int query
Definition: getgmr.c:18
int debug
Definition: getgmr.c:18
int y
Definition: getgmr.c:18
int posflag
Definition: get4d.c:41
FILE * fd
Definition: getfb.h:18
int x
Definition: getgmr.c:18
int background
Definition: getgmr.c:18