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

Comparing SheepShaver/src/include/thunks.h (file contents):
Revision 1.14 by gbeauche, 2006-05-03T21:45:14Z vs.
Revision 1.16 by gbeauche, 2008-01-01T09:47:39Z

# Line 1 | Line 1
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
# Line 57 | Line 57 | enum {
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,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines