Difference for crossedit/App.c from version 1.9 to 1.10


version 1.9 version 1.10
Line 840
 
Line 840
     /* I move this down here because I want all the widgets to get their      /* I move this down here because I want all the widgets to get their
      * colors before the images hog all of them.       * colors before the images hog all of them.
      */       */
       colormap = DefaultColormap(self->display, DefaultScreen(self->display));
     if (ReadImages(self->display, &pixmaps, &masks, &colormap, displaymode)) {      if (ReadImages(self->display, &pixmaps, &masks, &colormap, displaymode)) {
      /* We really should do something better than this */       /* We really should do something better than this */
      fprintf(stderr,"Not enough space in colormap - switch colormap.\n");       fprintf(stderr,"Not enough space in colormap - switch colormap.\n");


Legend:
line(s) removed in v.1.9 
line(s) changed
 line(s) added in v.1.10

File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:48