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

Comparing SheepShaver/src/video.cpp (file contents):
Revision 1.7 by gbeauche, 2004-04-13T22:22:20Z vs.
Revision 1.8 by gbeauche, 2004-05-10T16:42:35Z

# Line 448 | Line 448 | static int16 VideoControl(uint32 pb, Vid
448                          MacCursor[3] = ReadMacInt8(0x887);
449  
450                          // Set new cursor image
451 <                        if (display_type == DIS_SCREEN)
451 >                        if (!video_can_change_cursor())
452                                  return controlErr;
453                          if (changed)
454                                  video_set_cursor();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines