view src/projectm/video_init.h @ 2068:c8ba6764985d

use audacious DRCT API here.
author William Pitcock <nenolod@atheme.org>
date Sun, 14 Oct 2007 19:22:54 -0500
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);