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

Comparing ray/src/px/x11image.c (file contents):
Revision 2.22 by greg, Tue Mar 2 10:54:08 1993 UTC vs.
Revision 2.23 by greg, Tue Mar 2 11:10:15 1993 UTC

# Line 256 | Line 256 | init()                 /* get data and open window */
256                  }
257          }
258                                  /* open window */
259 <        ourwinattr.border_pixel = ourblack;
260 <        ourwinattr.background_pixel = ourwhite;
259 >        ourwinattr.border_pixel = ourwhite;
260 >        ourwinattr.background_pixel = ourblack;
261          ourwinattr.colormap = XCreateColormap(thedisplay, ourroot,
262                          ourvis.visual, AllocNone);
263          wind = XCreateWindow(thedisplay, ourroot, oursizhints.x, oursizhints.y,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines