1 |
|
/* |
2 |
|
* video.h - Video/graphics emulation |
3 |
|
* |
4 |
< |
* SheepShaver (C) 1997-2005 Marc Hellwig and Christian Bauer |
4 |
> |
* SheepShaver (C) 1997-2008 Marc Hellwig and Christian Bauer |
5 |
|
* |
6 |
|
* This program is free software; you can redistribute it and/or modify |
7 |
|
* it under the terms of the GNU General Public License as published by |
139 |
|
extern void video_set_cursor(void); |
140 |
|
extern bool video_can_change_cursor(void); |
141 |
|
extern int16 video_mode_change(VidLocals *csSave, uint32 ParamPtr); |
142 |
+ |
extern void video_set_dirty_area(int x, int y, int w, int h); |
143 |
|
|
144 |
|
extern int16 VSLDoInterruptService(uint32 arg1); |
145 |
|
extern void NQDMisc(uint32 arg1, uintptr arg2); |
148 |
|
extern bool NQD_sync_hook(uint32); |
149 |
|
extern bool NQD_bitblt_hook(uint32); |
150 |
|
extern bool NQD_fillrect_hook(uint32); |
151 |
+ |
extern bool NQD_unknown_hook(uint32); |
152 |
|
extern void NQD_bitblt(uint32); |
153 |
|
extern void NQD_invrect(uint32); |
154 |
|
extern void NQD_fillrect(uint32); |