ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/MacOSX/EmulatorView.h
(Generate patch)

Comparing BasiliskII/src/MacOSX/EmulatorView.h (file contents):
Revision 1.5 by nigel, 2003-03-11T11:27:20Z vs.
Revision 1.6 by nigel, 2003-03-21T06:41:04Z

# Line 3 | Line 3
3   *
4   *      $Id$
5   *
6 < *  Basilisk II (C) 1997-2002 Christian Bauer
6 > *  Basilisk II (C) 1997-2003 Christian Bauer
7   *
8   *  This program is free software; you can redistribute it and/or modify
9   *  it under the terms of the GNU General Public License as published by
# Line 34 | Line 34
34   #endif
35   #ifdef NSBITMAP
36          NSBitmapImageRep        *bitmap;
37 + #else
38 +        void                            *bitmap;
39   #endif
40   #ifdef CGDRAWBITMAP
39        void                            *bitmap;
41          short                           bps, spp, bpp;
42          int                                     bytesPerRow;
43          BOOL                            isPlanar, hasAlpha;
# Line 65 | Line 66
66   #endif
67   #ifdef CGIMAGEREF
68   - (void) readyToDraw: (CGImageRef) image
69 +                          bitmap: (void *) theBitmap
70                    imageWidth: (short) width
71                   imageHeight: (short) height;
72   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines