view src/projectm/video_init.h @ 2128:feb0e916f8bc

adapted SexyPSF timeout to the method nenolod introduced in UPSE
author mf0102 <0102@gmx.at>
date Wed, 24 Oct 2007 15:46:20 +0200
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);