comparison src/video/epoc/SDL_epocvideo.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
84 TBool EPOC_ShrinkedHeight; 84 TBool EPOC_ShrinkedHeight;
85 }; 85 };
86 86
87 extern "C" 87 extern "C"
88 { 88 {
89 extern void RedrawWindowL (_THIS); 89 extern void RedrawWindowL(_THIS);
90 }; 90 };
91 91
92 92
93 #endif /* _SDL_epocvideo_h */ 93 #endif /* _SDL_epocvideo_h */
94 /* vi: set ts=4 sw=4 expandtab: */ 94 /* vi: set ts=4 sw=4 expandtab: */