view test/automated/render/render.h @ 4790:f0b0bdc07916

Add new X11 symbols that XShape support needs to the dynamic function list.
author Ryan C. Gordon <icculus@icculus.org>
date Tue, 13 Jul 2010 02:12:14 -0400
parents 22ac66da0765
children
line wrap: on
line source

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


#ifndef _TEST_RENDER
#  define _TEST_RENDER


int test_render (void);


#endif /* _TEST_RENDER */