Utah Raster Toolkit
9999-git
URT Development version (post-3.1b)
Main Page
Data Structures
Files
File List
Globals
get
gmr27
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
;
buffer
char buffer[4096]
Definition:
rlesetbg.c:35
query
int query
Definition:
getgmr.c:18
debug
int debug
Definition:
getgmr.c:18
y
int y
Definition:
getgmr.c:18
posflag
int posflag
Definition:
get4d.c:41
fd
FILE * fd
Definition:
getfb.h:18
x
int x
Definition:
getgmr.c:18
background
int background
Definition:
getgmr.c:18
Generated on Thu Sep 24 2015 11:47:02 for Utah Raster Toolkit by
1.8.10