(file) Return to xf86Init.c CVS log (file) (dir) Up to [XFree86 CVS] / xc / programs / Xserver / hw / xfree86 / common

Diff for /xc/programs/Xserver/hw/xfree86/common/xf86Init.c between version 3.84 and 3.85

version 3.84, 1999/01/03 03:58:28 version 3.85, 1999/01/11 05:13:29
Line 1 
Line 1 
 /* $XFree86: xc/programs/Xserver/hw/xfree86/common/xf86Init.c,v 3.83 1998/11/22 10:37:15 dawes Exp $ */  /* $XFree86: xc/programs/Xserver/hw/xfree86/common/xf86Init.c,v 3.84 1999/01/03 03:58:28 dawes Exp $ */
  
 /* /*
  * Copyright 1991-1998 by The XFree86 Project, Inc.  * Copyright 1991-1998 by The XFree86 Project, Inc.
Line 285 
Line 285 
       }       }
       if (layout->screen == NULL) {       if (layout->screen == NULL) {
         /* No match found */         /* No match found */
 ErrorF("Screen deleted because of no matching config section\n");          ErrorF("Screen %d deleted because of no matching config section\n", i);
         xf86DeleteScreen(i--, 0);         xf86DeleteScreen(i--, 0);
       }       }
     }     }
Line 878 
Line 878 
     }     }
     else     else
     {     {
       ErrorF("Invalid bpp\n");        ErrorF("Invalid depth\n");
       return 0;       return 0;
     }     }
   }   }


Legend:
Removed from v.3.84  
changed lines
  Added in v.3.85

Powered by
ViewCVS 0.9.2