Mercurial > sdl-ios-xcode
comparison src/video/directfb/SDL_DirectFB_video.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 |
---|---|
55 DFBRectangle c2framesize; /* CRTC2 screen size */ | 55 DFBRectangle c2framesize; /* CRTC2 screen size */ |
56 }; | 56 }; |
57 | 57 |
58 #define HIDDEN (this->hidden) | 58 #define HIDDEN (this->hidden) |
59 | 59 |
60 void SetDirectFBerror (const char *function, DFBResult code); | 60 void SetDirectFBerror(const char *function, DFBResult code); |
61 | 61 |
62 #endif /* _SDL_DirectFB_video_h */ | 62 #endif /* _SDL_DirectFB_video_h */ |
63 /* vi: set ts=4 sw=4 expandtab: */ | 63 /* vi: set ts=4 sw=4 expandtab: */ |