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.44 by gbeauche, 2005-06-22T16:40:24Z vs.
Revision 1.45 by gbeauche, 2005-06-24T22:31:28Z

# Line 697 | Line 697 | static bool open_fbdev_dga(int width, in
697          }
698          D(bug("[fbdev] visual: %s\n", fb_visual_str));
699  
700 <        if (fb_visual != FB_VISUAL_TRUECOLOR) {
700 >        if (fb_visual != FB_VISUAL_TRUECOLOR && fb_visual != FB_VISUAL_DIRECTCOLOR) {
701                  D(bug("[fbdev] visual '%s' not supported\n", fb_visual_str));
702                  return false;
703          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines