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

Comparing BasiliskII/src/include/video.h (file contents):
Revision 1.10 by cebix, 2001-07-01T12:42:04Z vs.
Revision 1.11 by cebix, 2001-07-01T21:09:30Z

# Line 175 | Line 175 | extern void video_switch_to_mode(const v
175  
176   // Called by the video driver to set the color palette (in indexed modes)
177   // or gamma table (in direct modes)
178 < extern void video_set_palette(uint8 *pal);
178 > extern void video_set_palette(uint8 *pal, int num);
179  
180   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines