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

Comparing BasiliskII/src/Unix/video_vosf.h (file contents):
Revision 1.42 by gbeauche, 2004-06-26T17:20:35Z vs.
Revision 1.43 by gbeauche, 2004-06-29T21:50:23Z

# Line 390 | Line 390 | static inline void update_display_window
390  
391                  VIDEO_DRV_LOCK_PIXELS;
392  
393 <                if (VIDEO_MODE_DEPTH < VIDEO_DEPTH_8BIT) {
393 >                if ((int)VIDEO_MODE_DEPTH < VIDEO_DEPTH_8BIT) {
394  
395                          // Update the_host_buffer and copy of the_buffer
396                          const int src_bytes_per_row = VIDEO_MODE_ROW_BYTES;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines