Mercurial > sdl-ios-xcode
diff src/video/directfb/SDL_DirectFB_video.c @ 2722:91f1706b27be
indent. *sigh*
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 26 Aug 2008 02:40:24 +0000 |
parents | e82a0e3e9b0e |
children | 204be4fc2726 |
line wrap: on
line diff
--- a/src/video/directfb/SDL_DirectFB_video.c Tue Aug 26 02:32:45 2008 +0000 +++ b/src/video/directfb/SDL_DirectFB_video.c Tue Aug 26 02:40:24 2008 +0000 @@ -700,10 +700,8 @@ y = 0; } - desc.flags = - DWDESC_WIDTH | DWDESC_HEIGHT /*| DWDESC_CAPS */ | DWDESC_PIXELFORMAT - | - DWDESC_SURFACE_CAPS; + desc.flags = DWDESC_WIDTH | DWDESC_HEIGHT /*| DWDESC_CAPS */ | DWDESC_PIXELFORMAT + | DWDESC_SURFACE_CAPS; #if (DIRECTFB_MAJOR_VERSION == 1) && (DIRECTFB_MINOR_VERSION >= 0) /* Needed for 1.2 */