ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SheepShaver/src/Unix/video_x.cpp
(Generate patch)

Comparing SheepShaver/src/Unix/video_x.cpp (file contents):
Revision 1.1 by cebix, 2002-02-04T16:58:13Z vs.
Revision 1.2 by gbeauche, 2002-04-21T11:47:18Z

# Line 333 | Line 333 | static bool open_display(void)
333                          depth = 8;
334                          break;
335                  case APPLE_16_BIT:
336 <                        depth = 16;
336 >                        depth = xdepth == 15 ? 15 : 16;
337                          break;
338                  case APPLE_32_BIT:
339                          depth = 32;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines