Tools
fitler.lst
Associated article: Writing Portable Applications With X/GEM
Tags: Tools
_WRITING PORTABLE APPLICATIONS WITH X/GEM_
by Bill Fitler
[LISTING ONE]
/* GEM uses 16 bit quantities for raster
coordinates */
typedef short int WORD;
WORD pxl_width, pxl_height;
WORD work_in[11], ws_handle, work_out[57];
...
/* Open the workstation after filling in ...


