Difference for crossedit/App.c from version 1.2 to 1.3


version 1.2 version 1.3
Line 833
 
Line 833
   
     CnvInitialize(self->shell);      CnvInitialize(self->shell);
   
     if (displaymode == Dm_Bitmap)  {      if (ReadImages(self->display, &pixmaps, &masks, &colormap, displaymode)) {
  pixmaps = ReadBitmaps(self->display);  
     }  
     if (displaymode == Dm_Pixmap) {  
         if (ReadPixmaps(self->display, &pixmaps, &masks, &colormap)) {  
      /* 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");
 /*     exit(1);*/  /*     exit(1);*/
  }   }
     }  
     XtVaSetValues(self->shell, XtNcolormap, colormap, NULL);      XtVaSetValues(self->shell, XtNcolormap, colormap, NULL);
   
     /*** creating ***/      /*** creating ***/


Legend:
line(s) removed in v.1.2 
line(s) changed
 line(s) added in v.1.3

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