1 |
|
/* |
2 |
|
* thunks.h - Thunks to share data and code with MacOS |
3 |
|
* |
4 |
< |
* SheepShaver (C) 1997-2002 Christian Bauer and Marc Hellwig |
4 |
> |
* SheepShaver (C) 1997-2008 Christian Bauer and Marc Hellwig |
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 |
57 |
|
NATIVE_R_GET_RESOURCE, |
58 |
|
NATIVE_MAKE_EXECUTABLE, |
59 |
|
NATIVE_CHECK_LOAD_INVOC, |
60 |
< |
NATIVE_SYNC_HOOK, |
61 |
< |
NATIVE_BITBLT_HOOK, |
62 |
< |
NATIVE_FILLRECT_HOOK, |
63 |
< |
NATIVE_BITBLT, |
64 |
< |
NATIVE_INVRECT, |
65 |
< |
NATIVE_FILLRECT, |
60 |
> |
NATIVE_NQD_SYNC_HOOK, |
61 |
> |
NATIVE_NQD_BITBLT_HOOK, |
62 |
> |
NATIVE_NQD_FILLRECT_HOOK, |
63 |
> |
NATIVE_NQD_UNKNOWN_HOOK, |
64 |
> |
NATIVE_NQD_BITBLT, |
65 |
> |
NATIVE_NQD_INVRECT, |
66 |
> |
NATIVE_NQD_FILLRECT, |
67 |
> |
NATIVE_NAMED_CHECK_LOAD_INVOC, |
68 |
> |
NATIVE_GET_NAMED_RESOURCE, |
69 |
> |
NATIVE_GET_1_NAMED_RESOURCE, |
70 |
|
NATIVE_OP_MAX |
71 |
|
}; |
72 |
|
|