comparison src/projectm-1.0/main.cxx @ 3044:c733dd93af62

Queued projectm fixes.
author William Pitcock <nenolod@atheme.org>
date Thu, 16 Apr 2009 16:53:23 -0500
parents f13b61c91ada
children f5456241bff9
comparison
equal deleted inserted replaced
3043:8a7364b4c957 3044:c733dd93af62
84 int maxsamples=512; 84 int maxsamples=512;
85 85
86 int texsize=512; 86 int texsize=512;
87 int gx=32,gy=24; 87 int gx=32,gy=24;
88 int wvw=400,wvh=400; 88 int wvw=400,wvh=400;
89 int fvw=1024,fvh=768; 89 int fvw=1680,fvh=1050;
90 int fps=35, fullscreen=0; 90 int fps=35, fullscreen=1;
91 91
92 // char *title; 92 // char *title;
93 93
94 gint disable_projectm(void *something) { 94 gint disable_projectm(void *something) {
95 projectM_vtable.disable_plugin(&projectM_vtable); 95 projectM_vtable.disable_plugin(&projectM_vtable);