Mercurial > sdl-ios-xcode
diff src/video/gem/SDL_gemvideo.h @ 557:0ce5a68278fd
Updated Atari port for new system headers (thanks Patrice!)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 07 Dec 2002 06:54:47 +0000 |
parents | f6ffac90895c |
children | 028e03e273c8 |
line wrap: on
line diff
--- a/src/video/gem/SDL_gemvideo.h Sat Dec 07 06:51:03 2002 +0000 +++ b/src/video/gem/SDL_gemvideo.h Sat Dec 07 06:54:47 2002 +0000 @@ -56,8 +56,7 @@ Uint32 screensize; MFDB src_mfdb, dst_mfdb; /* VDI MFDB for bitblt */ short blit_coords[8]; /* Coordinates for bitblt */ - /* Gem infos */ - short ap_id; /* AES handle */ + /* GEM infos */ short desk_x, desk_y; /* Desktop properties */ short desk_w, desk_h; short win_handle; /* Our window handle */ @@ -92,7 +91,7 @@ #define VDI_src_mfdb (this->hidden->src_mfdb) #define VDI_dst_mfdb (this->hidden->dst_mfdb) #define VDI_blit_coords (this->hidden->blit_coords) -#define GEM_ap_id (this->hidden->ap_id) + #define GEM_desk_x (this->hidden->desk_x) #define GEM_desk_y (this->hidden->desk_y) #define GEM_desk_w (this->hidden->desk_w)