Mercurial > audlegacy-plugins
view src/projectm/video_init.h @ 406:c625465183e9 trunk
[svn] - removed gdk_threads_enter/leave from song_change.c, it's not needed here and brings troubles too
author | giacomo |
---|---|
date | Fri, 05 Jan 2007 04:54:33 -0800 |
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);