/[cebix]/SheepShaver/src/Unix/video_x.cpp
ViewVC logotype

Diff of /SheepShaver/src/Unix/video_x.cpp

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

revision 1.1 by cebix, Mon Feb 4 16:58:13 2002 UTC revision 1.2 by gbeauche, Sun Apr 21 11:47:18 2002 UTC
# Line 333  static bool open_display(void) Line 333  static bool open_display(void)
333                          depth = 8;                          depth = 8;
334                          break;                          break;
335                  case APPLE_16_BIT:                  case APPLE_16_BIT:
336                          depth = 16;                          depth = xdepth == 15 ? 15 : 16;
337                          break;                          break;
338                  case APPLE_32_BIT:                  case APPLE_32_BIT:
339                          depth = 32;                          depth = 32;

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

Christian Bauer">Christian Bauer
ViewVC Help
Powered by ViewVC 1.1.15