comparison src/video/xbios/SDL_xbios_centscreen.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
110 #define Vsize(mode) \ 110 #define Vsize(mode) \
111 (long)trap_14_wl((short)0x54,(long)(mode)) 111 (long)trap_14_wl((short)0x54,(long)(mode))
112 112
113 /*--- Functions prototypes ---*/ 113 /*--- Functions prototypes ---*/
114 114
115 int SDL_XBIOS_CentscreenInit (_THIS); 115 int SDL_XBIOS_CentscreenInit(_THIS);
116 void SDL_XBIOS_CentscreenSetmode (_THIS, int width, int height, int planes); 116 void SDL_XBIOS_CentscreenSetmode(_THIS, int width, int height, int planes);
117 void SDL_XBIOS_CentscreenRestore (_THIS, int prev_handle); 117 void SDL_XBIOS_CentscreenRestore(_THIS, int prev_handle);
118 118
119 #endif /* _SDL_xbios_centscreen_h */ 119 #endif /* _SDL_xbios_centscreen_h */
120 /* vi: set ts=4 sw=4 expandtab: */ 120 /* vi: set ts=4 sw=4 expandtab: */