ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/px/x11raster.h
(Generate patch)

Comparing ray/src/px/x11raster.h (file contents):
Revision 1.2 by greg, Thu Mar 1 18:13:36 1990 UTC vs.
Revision 2.2 by greg, Sat Feb 22 02:07:28 2003 UTC

# Line 1 | Line 1
1 < /* Copyright 1990 Regents of the University of California */
2 <
3 < /* SCCSid "$SunId$ LBL" */
4 <
1 > /* RCSid: $Id$ */
2   /*
3   * x11raster.h - header file for X routines using images.
4   *
# Line 21 | Line 18 | typedef struct {
18          Colormap        cmap;                   /* installed color map */
19          Pixmap  pm;                             /* storage on server side */
20   }       XRASTER;
21 +
22 + extern Colormap newcmap();
23  
24   extern unsigned long    *map_rcolors();
25  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines