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

Comparing BasiliskII/src/Unix/video_x.cpp (file contents):
Revision 1.21 by gbeauche, 2000-09-25T22:33:49Z vs.
Revision 1.22 by cebix, 2000-10-08T18:41:35Z

# Line 703 | Line 703 | static bool init_xf86_dga(int width, int
703                  the_buffer = (uint8 *)allocate_framebuffer(the_buffer_size);
704                  memset(the_buffer, 0, the_buffer_size);
705          }
706 < #elif ENABLE_VOSF
706 > #elif defined(ENABLE_VOSF)
707          // The UAE memory handlers will already handle color conversion, if needed.
708          use_vosf = false;
709   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines