/[xmakemol]/xmakemol/canvas.c
ViewVC logotype

Diff of /xmakemol/canvas.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.66 by matt, Fri Jan 4 13:51:25 2002 UTC revision 1.67 by MPHodges, Tue Sep 23 20:17:03 2003 UTC
# Line 570  void bg_color_init(void) Line 570  void bg_color_init(void)
570             bg_color);             bg_color);
571    }    }
572    
573      XParseColor (display, cmap, sel_color_name, &sel_color);
574      if (! XAllocColor (display,cmap,&sel_color))
575        {
576          printf("Could not allocate colour %20s (bg_color_init)\n",
577                 sel_color_name);
578        }
579    
580  #ifdef GL  #ifdef GL
581    XFreeColormap(display, cmap);    XFreeColormap(display, cmap);
582  #endif /* GL */  #endif /* GL */

Legend:
Removed from v.1.66  
changed lines
  Added in v.1.67

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26