comparison src/video/SDL_blit.h @ 1672:8e754b82cecc SDL-1.3

Updated SDL_Surface code for software-only access, fixed some build errors
author Sam Lantinga <slouken@libsdl.org>
date Fri, 09 Jun 2006 07:06:12 +0000
parents 4da1ee79c9af
children
comparison
equal deleted inserted replaced
1671:89f7510fe17a 1672:8e754b82cecc
57 typedef struct SDL_BlitMap 57 typedef struct SDL_BlitMap
58 { 58 {
59 SDL_Surface *dst; 59 SDL_Surface *dst;
60 int identity; 60 int identity;
61 Uint8 *table; 61 Uint8 *table;
62 SDL_blit hw_blit;
63 SDL_blit sw_blit; 62 SDL_blit sw_blit;
64 struct private_hwaccel *hw_data;
65 struct private_swaccel *sw_data; 63 struct private_swaccel *sw_data;
66 64
67 /* the version count matches the destination; mismatch indicates 65 /* the version count matches the destination; mismatch indicates
68 an invalid mapping */ 66 an invalid mapping */
69 unsigned int format_version; 67 unsigned int format_version;