Mercurial > audlegacy-plugins
changeset 3044:c733dd93af62
Queued projectm fixes.
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Thu, 16 Apr 2009 16:53:23 -0500 |
parents | 8a7364b4c957 |
children | 85f036d3e641 |
files | src/projectm-1.0/main.cxx src/projectm-1.0/video_init.cxx |
diffstat | 2 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/projectm-1.0/main.cxx Tue Apr 14 18:25:16 2009 -0500 +++ b/src/projectm-1.0/main.cxx Thu Apr 16 16:53:23 2009 -0500 @@ -86,8 +86,8 @@ int texsize=512; int gx=32,gy=24; int wvw=400,wvh=400; -int fvw=1024,fvh=768; -int fps=35, fullscreen=0; +int fvw=1680,fvh=1050; +int fps=35, fullscreen=1; // char *title;
--- a/src/projectm-1.0/video_init.cxx Tue Apr 14 18:25:16 2009 -0500 +++ b/src/projectm-1.0/video_init.cxx Thu Apr 16 16:53:23 2009 -0500 @@ -55,8 +55,8 @@ // printf("Screen Resolution: %d x %d\n", info->current_w, info->current_h); // XXX - *fvw = w; - *fvh = h; +// *fvw = w; +// *fvh = h; bpp = info->vfmt->BitsPerPixel; //SDL_GL_SetAttribute( SDL_GL_RED_SIZE, 8 ); //SDL_GL_SetAttribute( SDL_GL_GREEN_SIZE, 8 );