Mercurial > sdl-ios-xcode
comparison src/video/cybergfx/SDL_cgxvideo.h @ 255:dcb5e869f8b5
Updated Amiga port by Gabriele Greco
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 16 Dec 2001 20:00:27 +0000 |
parents | e8157fcb3114 |
children | f6ffac90895c |
comparison
equal
deleted
inserted
replaced
254:4fc12b8edf74 | 255:dcb5e869f8b5 |
---|---|
36 #include <exec/exec.h> | 36 #include <exec/exec.h> |
37 #include <cybergraphx/cybergraphics.h> | 37 #include <cybergraphx/cybergraphics.h> |
38 #include <graphics/scale.h> | 38 #include <graphics/scale.h> |
39 #include <graphics/gfx.h> | 39 #include <graphics/gfx.h> |
40 #include <intuition/intuition.h> | 40 #include <intuition/intuition.h> |
41 #ifdef __SASC | 41 #if defined(__SASC) || defined(STORMC4_WOS) |
42 #include <proto/exec.h> | 42 #include <proto/exec.h> |
43 #include <proto/cybergraphics.h> | 43 #include <proto/cybergraphics.h> |
44 #include <proto/graphics.h> | 44 #include <proto/graphics.h> |
45 #include <proto/intuition.h> | 45 #include <proto/intuition.h> |
46 #include <proto/console.h> | 46 #include <proto/console.h> |
175 { | 175 { |
176 struct BitMap *bmap; | 176 struct BitMap *bmap; |
177 APTR lock; | 177 APTR lock; |
178 struct SDL_VideoDevice *videodata; | 178 struct SDL_VideoDevice *videodata; |
179 APTR mask; | 179 APTR mask; |
180 int allocated; | |
180 }; | 181 }; |
181 | 182 |
182 int CGX_CheckHWBlit(_THIS,SDL_Surface *src,SDL_Surface *dst); | 183 int CGX_CheckHWBlit(_THIS,SDL_Surface *src,SDL_Surface *dst); |
183 int CGX_FillHWRect(_THIS,SDL_Surface *dst,SDL_Rect *dstrect,Uint32 color); | 184 int CGX_FillHWRect(_THIS,SDL_Surface *dst,SDL_Rect *dstrect,Uint32 color); |
184 int CGX_SetHWColorKey(_THIS,SDL_Surface *surface, Uint32 key); | 185 int CGX_SetHWColorKey(_THIS,SDL_Surface *surface, Uint32 key); |