view src/projectm/video_init.h @ 3030:c442f8407dcb

Show playlist popup information reliably (Debian bug #460802)
author John Lindgren <john.lindgren@tds.net>
date Fri, 10 Apr 2009 01:46:08 -0400
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);