comparison src/video/gem/SDL_gemvideo.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
29 29
30 /* Hidden "this" pointer for the video functions */ 30 /* Hidden "this" pointer for the video functions */
31 #define _THIS SDL_VideoDevice *this 31 #define _THIS SDL_VideoDevice *this
32 32
33 /* Functions prototypes */ 33 /* Functions prototypes */
34 void GEM_wind_redraw (_THIS, int winhandle, short *inside); 34 void GEM_wind_redraw(_THIS, int winhandle, short *inside);
35 35
36 /* Private display data */ 36 /* Private display data */
37 37
38 #define B2S_C2P_1TO2 (1<<0) /* C2P convert buffer 1 to buffer 2 */ 38 #define B2S_C2P_1TO2 (1<<0) /* C2P convert buffer 1 to buffer 2 */
39 #define B2S_C2P_1TOS (1<<1) /* C2P convert buffer 1 to screen */ 39 #define B2S_C2P_1TOS (1<<1) /* C2P convert buffer 1 to screen */