Mercurial > sdl-ios-xcode
comparison src/video/qnxgf/SDL_gf_pixelfmt.h @ 3139:7f684f249ec9
indent
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 23 May 2009 22:41:08 +0000 |
parents | cad1aefa2ed9 |
children | f7b03b6838cb |
comparison
equal
deleted
inserted
replaced
3125:d71d8ceda8b3 | 3139:7f684f249ec9 |
---|---|
30 #include "../SDL_sysvideo.h" | 30 #include "../SDL_sysvideo.h" |
31 | 31 |
32 #include <gf/gf.h> | 32 #include <gf/gf.h> |
33 | 33 |
34 gf_format_t qnxgf_sdl_to_gf_pixelformat(uint32_t pixelfmt); | 34 gf_format_t qnxgf_sdl_to_gf_pixelformat(uint32_t pixelfmt); |
35 uint32_t qnxgf_gf_to_sdl_pixelformat(gf_format_t pixelfmt); | 35 uint32_t qnxgf_gf_to_sdl_pixelformat(gf_format_t pixelfmt); |
36 | 36 |
37 #endif /* __SDL_GF_PIXELFMT_H__ */ | 37 #endif /* __SDL_GF_PIXELFMT_H__ */ |
38 | 38 |
39 /* vi: set ts=4 sw=4 expandtab: */ | 39 /* vi: set ts=4 sw=4 expandtab: */ |