diff src/projectm-1.0/video_init.h @ 1929:64bcd7c9c705

Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
author Kiyoshi Aman <kiyoshi.aman@gmail.com>
date Mon, 01 Oct 2007 05:56:16 -0500
parents a6d84a2cfaa7
children 47a4e93ed7ce
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/projectm-1.0/video_init.h	Mon Oct 01 05:56:16 2007 -0500
@@ -0,0 +1,6 @@
+ void setup_opengl( int w, int h );
+ void init_display( int w, int h, int *fvw, int *fvh, int fullscreen );
+ void resize_display( int w, int h, int fullscreen );
+ void close_display();
+
+void CreateRenderTarget(int texsize,int *RenderTargetTextureID, int *RenderTarget);