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

Comparing BasiliskII/src/Unix/video_blit.h (file contents):
Revision 1.1 by gbeauche, 2000-09-22T17:15:27Z vs.
Revision 1.2 by gbeauche, 2000-09-23T06:51:46Z

# Line 43 | Line 43 | static void FB_FUNC_NAME(uint8 * dest, c
43          // source and dest are mutually aligned
44          uint16 * swp = ((uint16 *)source);
45          uint16 * dwp = ((uint16 *) dest );
46 +
47 + #if FB_DEPTH <= 8
48 +        if (length >= 2) {
49 + #endif
50          
51   #if FB_DEPTH <= 16
52          // Align source and dest to 32-bit word boundaries
# Line 83 | Line 87 | static void FB_FUNC_NAME(uint8 * dest, c
87                  FB_BLIT_1(*d, *s);
88          }
89   #endif
90 +        
91 + #if FB_DEPTH <= 8
92 +        }
93 + #endif
94   }
95  
96   #undef FB_FUNC_NAME

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines