view test/automated/platform/platform.h @ 4586:e479c1e57c52

SDL_Textures should work with XRender now provided that the texture format and screen format match. This is only a temporary limitation.
author Sunny Sachanandani <sunnysachanandani@gmail.com>
date Wed, 16 Jun 2010 10:50:01 +0530
parents 0c429a5fda8a
children
line wrap: on
line source

/**
 * Part of SDL test suite.
 *
 * Written by Edgar Simo "bobbens"
 *
 * Released under Public Domain.
 */


#ifndef _TEST_PLATFORM
#  define _TEST_PLATFORM


int test_platform (void);


#endif /* _TEST_PLATFORM */