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

Comparing SheepShaver/src/BeOS/video_beos.cpp (file contents):
Revision 1.3 by gbeauche, 2004-04-18T23:03:51Z vs.
Revision 1.4 by gbeauche, 2004-05-10T16:42:36Z

# Line 759 | Line 759 | void video_set_palette(void)
759  
760  
761   /*
762 + *  Can we set the MacOS cursor image into the window?
763 + */
764 +
765 + bool video_can_change_cursor(void)
766 + {
767 +        return (display_type != DIS_SCREEN);
768 + }
769 +
770 +
771 + /*
772   *  Set cursor image for window
773   */
774  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines