16 appreciated but is not required. |
16 appreciated but is not required. |
17 2. Altered source versions must be plainly marked as such, and must not be |
17 2. Altered source versions must be plainly marked as such, and must not be |
18 misrepresented as being the original software. |
18 misrepresented as being the original software. |
19 3. This notice may not be removed or altered from any source distribution. |
19 3. This notice may not be removed or altered from any source distribution. |
20 */ |
20 */ |
|
21 |
|
22 #ifndef SDL_nullframebuffer_c_h_ |
|
23 #define SDL_nullframebuffer_c_h_ |
|
24 |
21 #include "../../SDL_internal.h" |
25 #include "../../SDL_internal.h" |
22 |
26 |
23 extern int SDL_DUMMY_CreateWindowFramebuffer(_THIS, SDL_Window * window, Uint32 * format, void ** pixels, int *pitch); |
27 extern int SDL_DUMMY_CreateWindowFramebuffer(_THIS, SDL_Window * window, Uint32 * format, void ** pixels, int *pitch); |
24 extern int SDL_DUMMY_UpdateWindowFramebuffer(_THIS, SDL_Window * window, const SDL_Rect * rects, int numrects); |
28 extern int SDL_DUMMY_UpdateWindowFramebuffer(_THIS, SDL_Window * window, const SDL_Rect * rects, int numrects); |
25 extern void SDL_DUMMY_DestroyWindowFramebuffer(_THIS, SDL_Window * window); |
29 extern void SDL_DUMMY_DestroyWindowFramebuffer(_THIS, SDL_Window * window); |
26 |
30 |
|
31 #endif /* SDL_nullframebuffer_c_h_ */ |
|
32 |
27 /* vi: set ts=4 sw=4 expandtab: */ |
33 /* vi: set ts=4 sw=4 expandtab: */ |