|
|
| version 1.1, 2003/10/16 17:59:38 | version 1.2, 2003/10/17 03:52:24 |
|---|---|
| Line 12 typedef struct { | Line 12 typedef struct { |
| } _QDRAW, *QDRAW; | } _QDRAW, *QDRAW; |
| static _QDRAW qdraw; | |
| static GDHandle hgd; | |
| static GWorldPtr gwp; | |
| static SCRNSURF scrnsurf; | |
| #ifdef NP2GCC | #ifdef NP2GCC |
| #define macosx_only | #define macosx_only |
| #endif | #endif |
| static _QDRAW qdraw; | |
| static SCRNSURF scrnsurf; | |
| #if !defined(macosx_only) | |
| static GWorldPtr gwp; | |
| static GDHandle hgd; | |
| #endif | |
| void scrnmng_initialize(void) { | void scrnmng_initialize(void) { |
| } | } |
| Line 89 void scrnmng_setheight(int posy, int hei | Line 92 void scrnmng_setheight(int posy, int hei |
| const SCRNSURF *scrnmng_surflock(void) { | const SCRNSURF *scrnmng_surflock(void) { |
| QDRAW qd; | QDRAW qd; |
| GDHandle hgd; | |
| GWorldPtr gwp; | |
| #if 0 && defined(macosx_only) | #if 0 && defined(macosx_only) |
| //色深度が32ビットじゃないときはさようなら(tk800) | //色深度が32ビットじゃないときはさようなら(tk800) |