view src/projectm/video_init.h @ 2693:8d10c920d26d

Use g_free().
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 06 Jun 2008 14:52:25 +0300
parents bc3bae2880ec
children
line wrap: on
line source

 void setup_opengl( int w, int h );
 void init_display( int w, int h, int fullscreen );
 

void CreateRenderTarget(int texsize,int *RenderTargetTextureID, int *RenderTarget);