annotate src/projectm/video_init.h @ 2138:76f9a4168708

Fix linking with libaudid3tag Linking with libaudid3tag from /usr/lib/audacious, add rpath (affected to tta, shnplug and madplug plugins)
author Vitaly Lipatov <lav@etersoft.ru>
date Sat, 27 Oct 2007 19:34:46 -0500
parents bc3bae2880ec
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
358
bc3bae2880ec [svn] - add support for projectM
nenolod
parents:
diff changeset
1 void setup_opengl( int w, int h );
bc3bae2880ec [svn] - add support for projectM
nenolod
parents:
diff changeset
2 void init_display( int w, int h, int fullscreen );
bc3bae2880ec [svn] - add support for projectM
nenolod
parents:
diff changeset
3
bc3bae2880ec [svn] - add support for projectM
nenolod
parents:
diff changeset
4
bc3bae2880ec [svn] - add support for projectM
nenolod
parents:
diff changeset
5 void CreateRenderTarget(int texsize,int *RenderTargetTextureID, int *RenderTarget);