Mercurial > sdl-ios-xcode
comparison src/video/xbios/SDL_xbios.h @ 1668:4da1ee79c9af SDL-1.3
more tweaking indent options
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 29 May 2006 04:04:35 +0000 |
parents | 782fd950bd46 |
children |
comparison
equal
deleted
inserted
replaced
1667:1fddae038bc8 | 1668:4da1ee79c9af |
---|---|
126 #define XBIOS_height (this->hidden->height) | 126 #define XBIOS_height (this->hidden->height) |
127 #define XBIOS_centscreen (this->hidden->centscreen) | 127 #define XBIOS_centscreen (this->hidden->centscreen) |
128 | 128 |
129 /*--- Functions prototypes ---*/ | 129 /*--- Functions prototypes ---*/ |
130 | 130 |
131 void SDL_XBIOS_AddMode (_THIS, Uint16 modecode, Uint16 width, Uint16 height, | 131 void SDL_XBIOS_AddMode(_THIS, Uint16 modecode, Uint16 width, Uint16 height, |
132 Uint16 depth, SDL_bool flags); | 132 Uint16 depth, SDL_bool flags); |
133 | 133 |
134 #endif /* _SDL_xbios_h */ | 134 #endif /* _SDL_xbios_h */ |
135 /* vi: set ts=4 sw=4 expandtab: */ | 135 /* vi: set ts=4 sw=4 expandtab: */ |