Mercurial > sdl-ios-xcode
comparison src/video/dga/SDL_dgavideo.h @ 105:2136ea8953f9
Some minor name changes to clean up
author | Sam Lantinga <slouken@lokigames.com> |
---|---|
date | Fri, 13 Jul 2001 10:15:52 +0000 |
parents | 825b2fa28e2e |
children | e8157fcb3114 |
comparison
equal
deleted
inserted
replaced
104:a746656b7599 | 105:2136ea8953f9 |
---|---|
56 Uint8 *base; | 56 Uint8 *base; |
57 unsigned int size; | 57 unsigned int size; |
58 struct vidmem_bucket *next; | 58 struct vidmem_bucket *next; |
59 } vidmem_bucket; | 59 } vidmem_bucket; |
60 | 60 |
61 /* Information about the location of the surface in hardware memory */ | |
62 struct private_hwdata { | |
63 int x; | |
64 int y; | |
65 }; | |
66 | |
67 /* Private display data */ | 61 /* Private display data */ |
68 struct SDL_PrivateVideoData { | 62 struct SDL_PrivateVideoData { |
69 Display *DGA_Display; | 63 Display *DGA_Display; |
70 Colormap DGA_colormap; | 64 Colormap DGA_colormap; |
71 int visualClass; | 65 int visualClass; |