comparison src/video/windx5/SDL_dx5video.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
51 #define SDL_nummodes (this->hidden->SDL_nummodes) 51 #define SDL_nummodes (this->hidden->SDL_nummodes)
52 #define SDL_modelist (this->hidden->SDL_modelist) 52 #define SDL_modelist (this->hidden->SDL_modelist)
53 #define SDL_modeindex (this->hidden->SDL_modeindex) 53 #define SDL_modeindex (this->hidden->SDL_modeindex)
54 54
55 /* DirectX function pointers for video and events */ 55 /* DirectX function pointers for video and events */
56 extern HRESULT (WINAPI * DDrawCreate) (GUID FAR * lpGUID, 56 extern HRESULT(WINAPI * DDrawCreate) (GUID FAR * lpGUID,
57 LPDIRECTDRAW FAR * lplpDD, 57 LPDIRECTDRAW FAR * lplpDD,
58 IUnknown FAR * pUnkOuter); 58 IUnknown FAR * pUnkOuter);
59 extern HRESULT (WINAPI * DInputCreate) (HINSTANCE hinst, DWORD dwVersion, 59 extern HRESULT(WINAPI * DInputCreate) (HINSTANCE hinst, DWORD dwVersion,
60 LPDIRECTINPUT * ppDI, 60 LPDIRECTINPUT * ppDI,
61 LPUNKNOWN punkOuter); 61 LPUNKNOWN punkOuter);
62 62
63 /* DirectDraw error reporting function */ 63 /* DirectDraw error reporting function */
64 extern void SetDDerror (const char *function, int code); 64 extern void SetDDerror(const char *function, int code);
65 65
66 #endif /* _SDL_dx5video_h */ 66 #endif /* _SDL_dx5video_h */
67 /* vi: set ts=4 sw=4 expandtab: */ 67 /* vi: set ts=4 sw=4 expandtab: */