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

Comparing SheepShaver/src/include/video.h (file contents):
Revision 1.3 by gbeauche, 2004-04-10T23:15:21Z vs.
Revision 1.5 by gbeauche, 2004-04-18T23:03:52Z

# Line 86 | Line 86 | enum { // viAppleID
86          APPLE_800x600,
87          APPLE_W_800x600,
88          APPLE_1024x768,
89 +        APPLE_1152x768,
90          APPLE_1152x900,
91          APPLE_1280x1024,
92          APPLE_1600x1200,
# Line 142 | Line 143 | extern int16 video_mode_change(VidLocals
143   extern int16 VSLDoInterruptService(uint32 arg1);
144   extern void NQDMisc(uint32 arg1, void *arg2);
145  
146 + // Native QuickDraw acceleration callbacks
147 + extern bool NQD_sync_hook(uint32);
148 + extern bool NQD_bitblt_hook(uint32);
149 + //extern bool NQD_fillrect_hook(uint32);
150 + extern void NQD_bitblt(uint32);
151 + //extern void NQD_invrect(uint32);
152 + //extern void NQD_fillrect8(uint32);
153 + //extern void NQD_fillrect32(uint32);
154 +
155   extern bool keyfile_valid;
156  
157   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines