Mercurial > sdl-ios-xcode
diff 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 |
line wrap: on
line diff
--- a/src/video/cybergfx/SDL_cgxvideo.h Fri Dec 14 13:13:20 2001 +0000 +++ b/src/video/cybergfx/SDL_cgxvideo.h Sun Dec 16 20:00:27 2001 +0000 @@ -38,7 +38,7 @@ #include <graphics/scale.h> #include <graphics/gfx.h> #include <intuition/intuition.h> -#ifdef __SASC +#if defined(__SASC) || defined(STORMC4_WOS) #include <proto/exec.h> #include <proto/cybergraphics.h> #include <proto/graphics.h> @@ -177,6 +177,7 @@ APTR lock; struct SDL_VideoDevice *videodata; APTR mask; + int allocated; }; int CGX_CheckHWBlit(_THIS,SDL_Surface *src,SDL_Surface *dst);