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.7 by gbeauche, 2004-05-10T16:42:37Z vs.
Revision 1.8 by gbeauche, 2004-11-13T14:09:16Z

# Line 24 | Line 24
24   extern bool VideoActivated(void);
25   extern bool VideoSnapshot(int xsize, int ysize, uint8 *p);
26  
27 < extern int16 VideoDoDriverIO(void *spaceID, void *commandID, void *commandContents, uint32 commandCode, uint32 commandKind);
27 > extern int16 VideoDoDriverIO(uint32 spaceID, uint32 commandID, uint32 commandContents, uint32 commandCode, uint32 commandKind);
28  
29   // System specific and internal functions/data
30   struct VideoInfo {
# Line 142 | Line 142 | extern bool video_can_change_cursor(void
142   extern int16 video_mode_change(VidLocals *csSave, uint32 ParamPtr);
143  
144   extern int16 VSLDoInterruptService(uint32 arg1);
145 < extern void NQDMisc(uint32 arg1, void *arg2);
145 > extern void NQDMisc(uint32 arg1, uintptr arg2);
146  
147   // Native QuickDraw acceleration callbacks
148   extern bool NQD_sync_hook(uint32);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines