|
|
| version 1.2, 2004/02/13 20:31:55 | version 1.4, 2005/02/07 14:46:15 |
|---|---|
| Line 6 enum { | Line 6 enum { |
| }; | }; |
| typedef struct { | typedef struct { |
| BYTE *ptr; | UINT8 *ptr; |
| int xalign; | int xalign; |
| int yalign; | int yalign; |
| int width; | int width; |
| Line 34 enum { | Line 34 enum { |
| typedef struct { | typedef struct { |
| UINT8 flag; | UINT8 flag; |
| UINT8 bpp; | UINT8 bpp; |
| BYTE allflash; | UINT8 allflash; |
| BYTE palchanged; | UINT8 palchanged; |
| } SCRNMNG; | } SCRNMNG; |
| Line 71 UINT16 scrnmng_makepal16(RGB32 pal32); | Line 71 UINT16 scrnmng_makepal16(RGB32 pal32); |
| void scrnmng_querypalette(void); | void scrnmng_querypalette(void); |
| void scrnmng_topwinui(void); | void scrnmng_topwinui(void); |
| void scrnmng_clearwinui(void); | void scrnmng_clearwinui(void); |
| void scrnmng_restoresize(void); | |
| #ifdef __cplusplus | #ifdef __cplusplus |
| } | } |