Mercurial > sdl-ios-xcode
diff 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 |
line wrap: on
line diff
--- a/src/video/dga/SDL_dgavideo.h Fri Jul 13 01:21:59 2001 +0000 +++ b/src/video/dga/SDL_dgavideo.h Fri Jul 13 10:15:52 2001 +0000 @@ -58,12 +58,6 @@ struct vidmem_bucket *next; } vidmem_bucket; -/* Information about the location of the surface in hardware memory */ -struct private_hwdata { - int x; - int y; -}; - /* Private display data */ struct SDL_PrivateVideoData { Display *DGA_Display;